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:
