Mentalis.org Security Library documentation

VirtualSocket.SetSocketOption Method

Sets the specified option to the specified value.

Overload List

Sets the specified option to the specified value.

public virtual void SetSocketOption(SocketOptionLevel,SocketOptionName,byte[]);

Sets the specified option to the specified value.

public virtual void SetSocketOption(SocketOptionLevel,SocketOptionName,int);

Sets the specified option to the specified value.

public virtual void SetSocketOption(SocketOptionLevel,SocketOptionName,object);

See Also

VirtualSocket Class | Org.Mentalis.Security.Ssl Namespace