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, FileAccess)

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

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

Parameters

s
The socket that provides the network data.
access
[To be supplied.]

See Also

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