Sets a socket option.
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;
Socket Class | Socket Members | System.Net.Sockets Namespace