C# Class Contrive.Common.Web.HttpContextBaseExtensions

Mostrar archivo Open project: alanstevens/Contrive

Public Methods

Method Description
SetStatus ( this response, HttpStatusCode httpStatusCode ) : void
SetStatus ( this response, int httpStatusCode ) : void
SetStatusAndReturn ( this response, HttpStatusCode httpStatusCode ) : void

Method Details

SetStatus() public static method

public static SetStatus ( this response, HttpStatusCode httpStatusCode ) : void
response this
httpStatusCode HttpStatusCode
return void

SetStatus() public static method

public static SetStatus ( this response, int httpStatusCode ) : void
response this
httpStatusCode int
return void

SetStatusAndReturn() public static method

public static SetStatusAndReturn ( this response, HttpStatusCode httpStatusCode ) : void
response this
httpStatusCode HttpStatusCode
return void