C# Class Contrive.Common.Web.HttpContextBaseExtensions

Afficher le fichier Open project: alanstevens/Contrive

Méthodes publiques

Méthode Description
SetStatus ( this response, HttpStatusCode httpStatusCode ) : void
SetStatus ( this response, int httpStatusCode ) : void
SetStatusAndReturn ( this response, HttpStatusCode httpStatusCode ) : void

Method Details

SetStatus() public static méthode

public static SetStatus ( this response, HttpStatusCode httpStatusCode ) : void
response this
httpStatusCode HttpStatusCode
Résultat void

SetStatus() public static méthode

public static SetStatus ( this response, int httpStatusCode ) : void
response this
httpStatusCode int
Résultat void

SetStatusAndReturn() public static méthode

public static SetStatusAndReturn ( this response, HttpStatusCode httpStatusCode ) : void
response this
httpStatusCode HttpStatusCode
Résultat void