System.Net.Sockets.SocketShutdown Enumeration
Assembly:
System.dll
Namespace:
System.Net.Sockets
Summary
Defines constants used by the
Socket.Shutdown
method.
C# Syntax:
[Serializable]
public enum SocketShutdown
Remarks
The
SocketShutdown
class is a helper class that defines the values that can be passed to the
Socket.Shutdown
method.
See also:
System.Net.Sockets Namespace
System.Net.Sockets.SocketShutdown Member List:
Public Fields
Both
Shuts down a socket for both sending and receiving. This field is constant.
Receive
Shuts down a socket for receiving. This field is constant.
Send
Shuts down a socket for sending. This field is constant.
Hierarchy:
System.Object
System.ValueType
System.Enum
System.Net.Sockets.SocketShutdown
Top of page
Copyright (c) 2002 Microsoft Corporation. All rights reserved.