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
.NET Framework (current version)
Sets a Socket option.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | SetSocketOption(SocketOptionLevel, SocketOptionName, Boolean) | |
![]() | SetSocketOption(SocketOptionLevel, SocketOptionName, array<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:
