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
Visual Studio 2010
Sets a Socket option.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
SetSocketOption(SocketOptionLevel, SocketOptionName, Boolean) | Sets the specified Socket option to the specified Boolean value. |
|
SetSocketOption(SocketOptionLevel, SocketOptionName, Byte[]) | Sets the specified Socket option to the specified value, represented as a byte array. |
|
SetSocketOption(SocketOptionLevel, SocketOptionName, Int32) | Sets the specified Socket option to the specified integer value. |
|
SetSocketOption(SocketOptionLevel, SocketOptionName, Object) | Sets the specified Socket option to the specified value, represented as an object. |
Community Additions
Show: