Method GetHttpStatusCode
GetHttpStatusCode()
Gets an HttpStatusCode corresponding to this instance, or null if the HTTP status does not match any value.
public HttpStatusCode? GetHttpStatusCode()
Returns
- HttpStatusCode?
An HttpStatusCode or null if the HTTP status matches no entry on it.