NetworkStream Constructor
.NET Framework (current version)
Creates a new instance of the NetworkStream class.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | NetworkStream(Socket^) | Creates a new instance of the NetworkStream class for the specified Socket. |
![]() | NetworkStream(Socket^, Boolean) | Initializes a new instance of the NetworkStream class for the specified Socket with the specified Socket ownership. |
![]() | NetworkStream(Socket^, FileAccess) | Creates a new instance of the NetworkStream class for the specified Socket with the specified access rights. |
![]() | NetworkStream(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. |
Show:
