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 Constructor

[To be supplied.]

Overload List

Initializes a new instance of the Socket class.

[Visual Basic] Overloads Public Sub New(Integer, Integer, Integer)
[C#] public Socket(int, int, int);
[C++] public: Socket(int, int, int);
[JScript] public function Socket(int, int, int);

Called by the class to create a socket to accept an incoming request.

[Visual Basic] Overloads Protected Sub New(Integer)
[C#] protected Socket(int);
[C++] protected: Socket(int);
[JScript] protected function Socket(int);

See Also

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