Method | Description | |
---|---|---|
SetStatus ( this response, HttpStatusCode httpStatusCode ) : void | ||
SetStatus ( this response, int httpStatusCode ) : void | ||
SetStatusAndReturn ( this response, HttpStatusCode httpStatusCode ) : void |
public static SetStatus ( this response, HttpStatusCode httpStatusCode ) : void | ||
response | this | |
httpStatusCode | HttpStatusCode | |
return | void |
public static SetStatus ( this response, int httpStatusCode ) : void | ||
response | this | |
httpStatusCode | int | |
return | void |
public static SetStatusAndReturn ( this response, HttpStatusCode httpStatusCode ) : void | ||
response | this | |
httpStatusCode | HttpStatusCode | |
return | void |