Socket.GetSocketOption Method
.NET Framework 2.0
Returns the value of a Socket option.
| Name | Description |
|---|---|
| Socket.GetSocketOption (SocketOptionLevel, SocketOptionName) | Returns the value of a specified Socket option, represented as an object. Supported by the .NET Compact Framework. |
| Socket.GetSocketOption (SocketOptionLevel, SocketOptionName, Byte[]) | Returns the specified Socket option setting, represented as a byte array. Supported by the .NET Compact Framework. |
| Socket.GetSocketOption (SocketOptionLevel, SocketOptionName, Int32) | Returns the value of the specified Socket option in an array. Supported by the .NET Compact Framework. |
Community Additions
ADD
Show: