Castle.MonoRail.Framework.Test.MockResponse.Clear C# (CSharp) Method

Clear() public method

Clears the response (only works if buffered)
public Clear ( ) : void
return void
		public virtual void Clear()
		{
			outputStream.SetLength(0);
		}