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.

Name Description
Socket.SetSocketOption (SocketOptionLevel, SocketOptionName, Boolean) Sets the specified Socket option to the specified Boolean value.
Socket.SetSocketOption (SocketOptionLevel, SocketOptionName, Byte[]) Sets the specified Socket option to the specified value, represented as a byte array.

Supported by the .NET Compact Framework.

Socket.SetSocketOption (SocketOptionLevel, SocketOptionName, Int32) Sets the specified Socket option to the specified integer value.

Supported by the .NET Compact Framework.

Socket.SetSocketOption (SocketOptionLevel, SocketOptionName, Object) Sets the specified Socket option to the specified value, represented as an object.

Supported by the .NET Compact Framework.

Community Additions

Show:
© 2017 Microsoft