Gets/Sets the position within current stream.

Namespace: Alachisoft.NCache.Web.Caching
Assembly: Alachisoft.NCache.Web (in Alachisoft.NCache.Web.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public override long Position { get; set; }
Visual Basic
Public Overrides Property Position As Long
	Get
	Set
Visual C++
public:
virtual property long long Position {
	long long get () override;
	void set (long long value) override;
}

Exceptions

ExceptionCondition
System..::..NotSupportedExceptionStream does not support seeking.

See Also