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 Properties

The properties of the NetworkStream class are listed below. For a complete list of NetworkStream class members, see the NetworkStream Members topic.

Public:

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.

See Also

NetworkStream Class | System.Net.Sockets Namespace