0 out of 3 rated this helpful - Rate this topic

Socket.SetSocketOption Method

Sets a Socket option.

Name Description
Socket.SetSocketOption (SocketOptionLevel, SocketOptionName, Boolean) Sets the specified Socket option to the specified Boolean value.
Socket.SetSocketOption (SocketOptionLevel, SocketOptionName, Byte[]) Sets the specified Socket option to the specified value, represented as a byte array.

Supported by the .NET Compact Framework.

Socket.SetSocketOption (SocketOptionLevel, SocketOptionName, Int32) Sets the specified Socket option to the specified integer value.

Supported by the .NET Compact Framework.

Socket.SetSocketOption (SocketOptionLevel, SocketOptionName, Object) Sets the specified Socket option to the specified value, represented as an object.

Supported by the .NET Compact Framework.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.