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

CreateCookie() public method

Creates a cookie.
public CreateCookie ( System.Web.HttpCookie cookie ) : void
cookie System.Web.HttpCookie The cookie.
return void
		public virtual void CreateCookie(HttpCookie cookie)
		{
			throw new NotSupportedException();
		}

Same methods

MockResponse::CreateCookie ( string name, string value ) : void
MockResponse::CreateCookie ( string name, string value, System.DateTime expiration ) : void