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.

Socket::SetSocketOption Method

 

Sets a Socket option.

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

NameDescription
System_CAPS_pubmethodSetSocketOption(SocketOptionLevel, SocketOptionName, Boolean)

Sets the specified Socket option to the specified Boolean value.

System_CAPS_pubmethodSetSocketOption(SocketOptionLevel, SocketOptionName, array<Byte>^)

Sets the specified Socket option to the specified value, represented as a byte array.

System_CAPS_pubmethodSetSocketOption(SocketOptionLevel, SocketOptionName, Int32)

Sets the specified Socket option to the specified integer value.

System_CAPS_pubmethodSetSocketOption(SocketOptionLevel, SocketOptionName, Object^)

Sets the specified Socket option to the specified value, represented as an object.

Return to top
Show:
© 2017 Microsoft