Overload List

  Name Description
Public method SetSocketOption(SocketOptionLevel, SocketOptionName, Int32)
Sets the specified Socket option to the specified integer value.
(Inherited from Socket.)
Public method SetSocketOption(SocketOptionLevel, SocketOptionName, array<Byte>[]()[][])
Sets the specified Socket option to the specified value, represented as a byte array.
(Inherited from Socket.)
Public method SetSocketOption(SocketOptionLevel, SocketOptionName, Boolean)
Sets the specified Socket option to the specified Boolean value.
(Inherited from Socket.)
Public method SetSocketOption(SocketOptionLevel, SocketOptionName, Object)
Sets the specified Socket option to the specified value, represented as an object.
(Inherited from Socket.)

See Also