Skip to main content

SocketShutdown Enum

NuGet: GHIElectronics.TinyCLR.Networking
Assembly: GHIElectronics.TinyCLR.Networking
Namespace: System.Net.Sockets

Specifies which socket operations to disable when shutting down a socket.

public enum SocketShutdown

Fields

NameValueDescription
Receive0Disables receiving on the socket.
Send1Disables sending on the socket.
Both2Disables both sending and receiving on the socket.