The following tables list the members exposed by NetworkStream.
Name | Description | |
---|---|---|
![]() | NetworkStream Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | CanRead | (Inherited from System.IO.Stream) |
![]() | CanSeek | (Inherited from System.IO.Stream) |
![]() | CanTimeout | (Inherited from System.IO.Stream) |
![]() | CanWrite | (Inherited from System.IO.Stream) |
![]() | DataAvailable | (Inherited from System.Net.Sockets.NetworkStream) |
![]() | Length | (Inherited from System.IO.Stream) |
![]() | Position | (Inherited from System.IO.Stream) |
![]() | ReadTimeout | Overridden. Gets or sets a value, in milliseconds, that determines how long the stream will attempt to read before timing out. |
![]() | WriteTimeout | (Inherited from System.IO.Stream) |
Name | Description | |
---|---|---|
![]() | Readable | (Inherited from System.Net.Sockets.NetworkStream) |
![]() | Socket | (Inherited from System.Net.Sockets.NetworkStream) |
![]() | Writeable | (Inherited from System.Net.Sockets.NetworkStream) |
Name | Description | |
---|---|---|
![]() | BeginRead | (Inherited from System.IO.Stream) |
![]() | BeginWrite | (Inherited from System.IO.Stream) |
![]() | Close | Overloaded. Overridden. Closes the current stream and releases any resources (such as sockets and file handles) associated with the current stream. |
![]() | CreateObjRef | (Inherited from System.MarshalByRefObject) |
![]() | Dispose | Overloaded. (Inherited from System.IO.Stream) |
![]() | EndRead | (Inherited from System.IO.Stream) |
![]() | EndWrite | (Inherited from System.IO.Stream) |
![]() | Flush | (Inherited from System.IO.Stream) |
![]() | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | Read | Overridden. Perform a blocking read on the socket. |
![]() | ReadByte | (Inherited from System.IO.Stream) |
![]() | Seek | (Inherited from System.IO.Stream) |
![]() | SetLength | (Inherited from System.IO.Stream) |
![]() | Write | (Inherited from System.IO.Stream) |
![]() | WriteByte | (Inherited from System.IO.Stream) |
Name | Description | |
---|---|---|
![]() | CreateWaitHandle | (Inherited from System.IO.Stream) |
![]() | MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) |