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.GetSocketOption Method
.NET Framework 3.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
Show: