Castle.MonoRail.Framework.TransformFilter.SetLength C# (CSharp) Method

SetLength() public method

This method is not supported for an HttpFilter
Always thrown
public SetLength ( long value ) : void
value long
return void
		public override void SetLength(long value)
		{
			throw new NotSupportedException();
		}
	}