Method WithStatus
WithStatus<THttpResponse>(THttpResponse, int)
Sets the HTTP status code of this HttpResponse.
public static THttpResponse WithStatus<THttpResponse>(this THttpResponse response, int httpStatusCode) where THttpResponse : HttpResponse
Parameters
responseTHttpResponseThe HttpResponse object.
httpStatusCodeintThe HTTP status code.
Returns
- THttpResponse
The self
THttpResponseobject.
Type Parameters
THttpResponseThe type which implements HttpResponse.
WithStatus<THttpResponse>(THttpResponse, HttpStatusCode)
Sets the HTTP status code of this HttpResponse.
public static THttpResponse WithStatus<THttpResponse>(this THttpResponse response, HttpStatusCode httpStatusCode) where THttpResponse : HttpResponse
Parameters
responseTHttpResponseThe HttpResponse object.
httpStatusCodeHttpStatusCodeThe HTTP status code.
Returns
- THttpResponse
The self
THttpResponseobject.
Type Parameters
THttpResponseThe type which implements HttpResponse.
WithStatus<THttpResponse>(THttpResponse, in HttpStatusInformation)
Sets the HTTP status code of this HttpResponse.
public static THttpResponse WithStatus<THttpResponse>(this THttpResponse response, in HttpStatusInformation statusInformation) where THttpResponse : HttpResponse
Parameters
responseTHttpResponseThe HttpResponse object.
statusInformationHttpStatusInformationThe HTTP status information.
Returns
- THttpResponse
The self
THttpResponseobject.
Type Parameters
THttpResponseThe type which implements HttpResponse.
English
Русский
Português
Español
Deutsch
中文 (简体)
日本語