Mono Class Library: Overview

System.Net.Sockets.NetworkStream: Property Members

The properties of System.Net.Sockets.NetworkStream are listed below. For a list of all members, see the NetworkStream Members list.

See Also: Inherited members from System.IO.Stream

Public Properties

[read-only]
override
CanReadbool. Gets a bool value indicating whether the current stream supports reading.
[read-only]
override
CanSeekbool. Returns the bool value false to indicate that the System.Net.Sockets.NetworkStream class cannot access a specific location in the data stream.
[read-only]
override
CanTimeoutbool. Documentation for this section has not yet been entered.
[read-only]
override
CanWritebool. Gets a bool value indicating whether the current stream supports writing.
[read-only]
DataAvailablebool. Gets a bool value indicating whether data is available to be read from the underlying socket buffer.
[read-only]
override
Lengthlong. Throws a NotSupportedException.
override
Positionlong. Throws a NotSupportedException.
override
ReadTimeoutint. Documentation for this section has not yet been entered.
override
WriteTimeoutint. Documentation for this section has not yet been entered.

Protected Properties

Readablebool. Documentation for this section has not yet been entered.
[read-only]
SocketSocket. Documentation for this section has not yet been entered.
Writeablebool. Documentation for this section has not yet been entered.