Method | Description | |
---|---|---|
Is2xx ( HttpStatusCode, statusCode ) : bool | ||
Is2xx ( HttpStatusCode, _, int statusCode ) : bool | ||
Is4xx ( HttpStatusCode, statusCode ) : bool | ||
Is4xx ( HttpStatusCode, _, int statusCode ) : bool | ||
Is5xx ( HttpStatusCode, statusCode ) : bool | ||
Is5xx ( HttpStatusCode, _, int statusCode ) : bool |
public static Is2xx ( HttpStatusCode, statusCode ) : bool | ||
statusCode | HttpStatusCode, | |
return | bool |
public static Is2xx ( HttpStatusCode, _, int statusCode ) : bool | ||
_ | HttpStatusCode, | |
statusCode | int | |
return | bool |
public static Is4xx ( HttpStatusCode, statusCode ) : bool | ||
statusCode | HttpStatusCode, | |
return | bool |
public static Is4xx ( HttpStatusCode, _, int statusCode ) : bool | ||
_ | HttpStatusCode, | |
statusCode | int | |
return | bool |
public static Is5xx ( HttpStatusCode, statusCode ) : bool | ||
statusCode | HttpStatusCode, | |
return | bool |
public static Is5xx ( HttpStatusCode, _, int statusCode ) : bool | ||
_ | HttpStatusCode, | |
statusCode | int | |
return | bool |