This documentation is archived and is not being maintained.
Socket.SetSocketOption Method
Visual Studio 2008
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. |
Show: