Mono Class Library: System.Net.Sockets Namespace

System.Net.Sockets.SocketShutdown Enumeration

Specifies whether the ability to send or receive data is terminated when the Socket.Shutdown(SocketShutdown) method is called on a connected System.Net.Sockets.Socket instance. [Edit]
public enum SocketShutdown

Remarks

Documentation for this section has not yet been entered. [Edit]

Members

Member NameDescription
Both Specifies to terminate the ability to send and receive data on a System.Net.Sockets.Socket instance. [Edit]
Receive Specifies to terminate the ability to receive data on a System.Net.Sockets.Socket instance. [Edit]
SendSpecifies to terminate the ability to send data from a System.Net.Sockets.Socket instance. [Edit]

Requirements

Namespace: System.Net.Sockets
Assembly: System (in System.dll)
Assembly Versions: 1.0.x.x, 1.0.5000.0, 2.0.0.0