NetworkStream Constructor

 

Creates a new instance of the NetworkStream class.

Namespace:   System.Net.Sockets
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodNetworkStream(Socket^)

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

System_CAPS_pubmethodNetworkStream(Socket^, Boolean)

Initializes a new instance of the NetworkStream class for the specified Socket with the specified Socket ownership.

System_CAPS_pubmethodNetworkStream(Socket^, FileAccess)

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

System_CAPS_pubmethodNetworkStream(Socket^, FileAccess, Boolean)

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

Return to top
Show: