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

ClearContent() public method

Clears the response content (only works if buffered).
public ClearContent ( ) : void
return void
		public virtual void ClearContent()
		{
			outputStreamWriter.Flush();
		}