CompressionStream.Seek(Int64, SeekOrigin) Method

Definition

This operation is not supported and always throws a NotSupportedException.

public override long Seek (long offset, System.IO.SeekOrigin origin);
override this.Seek : int64 * System.IO.SeekOrigin -> int64

Parameters

offset
Int64

The location in the stream.

origin
SeekOrigin

One of the SeekOrigin values.

Returns

Exceptions

This property is not supported on this stream.

Applies to