The properties of the NetworkStream class are listed below. For a complete list of NetworkStream class members, see the NetworkStream Members topic.
CanRead | Indicates that data can be read from the stream. |
CanSeek | Indicates that the stream can seek a specific location in the stream. This property always returns false. |
CanWrite | Indicates that data can be written to the stream. |
DataAvailable | Indicates data is available on the stream to be read. |
Length | The length of data available on the stream. Always throws System..NotSupportedException. |
Position | Gets or sets the position in the stream. Always throws System..NotSupportedException. |