[To be supplied.]
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);
Socket Class | Socket Members | System.Net.Sockets Namespace