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.
public enum SocketShutdown

Remarks

Documentation for this section has not yet been entered.

Members

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

Requirements

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