Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SocketShutdown Enumeration

Defines constants that are used by the Socket.Shutdown method.

Namespace:  System.Net.Sockets
Assembly:  System.Net (in System.Net.dll)

public enum SocketShutdown

Member nameDescription
Supported by Silverlight for Windows PhoneReceiveDisables a Socket for receiving.
Supported by Silverlight for Windows PhoneSendDisables a Socket for sending.
Supported by Silverlight for Windows PhoneBothDisables a Socket for both sending and receiving.

The SocketShutdown enumeration defines the values that can be passed to the Socket.Shutdown method.

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Community Additions

Show:
© 2017 Microsoft