Rainbow 2.0 Code Documentation

HttpOutputFilter.Position Property

Not supported. Throws an exception saying so.

[Visual Basic]
Overrides Public Property Int64 As 
[C#]
public override long Int64 { get; set; }
[C++]
public: __property  get_Int64();
public: __property void set_Int64(__int64 );
[JScript]
public override function get Int64() : long
public override function set Int64(long);

Exceptions

Exception TypeCondition
NotSupportedExceptionThrown. Always.

See Also

HttpOutputFilter Class | blowery.Web.HttpCompress Namespace