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!

NetworkStream Constructor (Socket)

Creates a new instance of the NetworkStream class for the specified Socket.

[Visual Basic]
Overloads Public Sub New( _
   ByVal s As Socket _
)
[C#]
public NetworkStream(
   Socket s
);
[C++]
public: NetworkStream(
   Socket* s
);
[JScript]
public function NetworkStream(
   s : Socket
);

Parameters

s
The socket that provides the network data.

See Also

NetworkStream Class | NetworkStream Members | System.Net.Sockets Namespace | NetworkStream Constructor Overload List