NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Socket.SetSockOpt

Sets a socket option.

Overload List

Sets the specified option to the specified value.

[Visual Basic] Overloads Public Function SetSockOpt(Integer, Integer, Object) As Boolean
[C#] public bool SetSockOpt(int, int, Object);
[C++] public: bool SetSockOpt(int, int, Object);
[JScript] public function SetSockOpt(int, int, Object) : Boolean;

Sets the specified option to the specified value.

[Visual Basic] Overloads Public Function SetSockOpt(Integer, Integer, Integer) As Boolean
[C#] public bool SetSockOpt(int, int, int);
[C++] public: bool SetSockOpt(int, int, int);
[JScript] public function SetSockOpt(int, int, int) : Boolean;

See Also

Socket Class | Socket Members | System.Net.Sockets Namespace