System.Net.Sockets.NetworkStream.Position Property

Gets or sets the current position in the stream. This property is not currently supported and always throws a NotSupportedException.

Syntax

public override long Position { get; set; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
NotSupportedExceptionAny attempt to access this property.

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.

Requirements

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