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

WriteFile() public method

Writes the file.
public WriteFile ( string fileName ) : void
fileName string Name of the file.
return void
		public virtual void WriteFile(string fileName)
		{
			throw new NotImplementedException();
		}