Mono Class Library: System.Net.Sockets.NetworkStream Overview | Members

System.Net.Sockets.NetworkStream.Length Property

Throws a NotSupportedException. [Edit]

public override long Length { get; }

Value

Documentation for this section has not yet been entered. [Edit]

Exceptions

TypeReason
NotSupportedExceptionAny attempt to access this property. [Edit]

Remarks

Note:

The System.IO.Stream base class implements this property to return the length of the data available on the stream. This functionality is not supported in the System.Net.Sockets.NetworkStream class.

This property overrides System.IO.Stream.Length.

[Edit]

Requirements

Namespace: System.Net.Sockets
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0