System.Net.Security.SslStream.Position Property

Gets or sets the current position in the underlying stream.

Syntax

public override long Position { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

This property returns the value returned by invoking System.IO.Stream.Position on the underlying stream. If the underlying stream is not seekable, this method typically throws an exception. The run-time type of the underlying stream determines the run-time type of the exception that is thrown.

Requirements

Namespace: System.Net.Security
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0