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

System.Net.Sockets.NetworkStream.Position Property

Throws a NotSupportedException. [Edit]

public override long Position { set; 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 or set the current position in the stream. This functionality is not supported in the System.Net.Sockets.NetworkStream class.

This property overrides System.IO.Stream.Position.

[Edit]

Requirements

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