Mono Class Library: OverviewSystem.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
[read-only] overrideCanRead bool. Gets a bool value indicating whether the current stream supports reading. [read-only] overrideCanSeek bool. 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] overrideCanTimeout bool. Documentation for this section has not yet been entered. [read-only] overrideCanWrite bool. Gets a bool value indicating whether the current stream supports writing. [read-only] DataAvailable bool. Gets a bool value indicating whether data is available to be read from the underlying socket buffer. [read-only] overrideLength long. Throws a NotSupportedException. overridePosition long. Throws a NotSupportedException. overrideReadTimeout int. Documentation for this section has not yet been entered. overrideWriteTimeout int. Documentation for this section has not yet been entered.