HttpExceptionHttpStatus Property |
The HTTP status code returned by the web service.
Namespace:
MaxMind.MinFraud.Exception
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic Nullable<HttpStatusCode> HttpStatus { get; }
Public ReadOnly Property HttpStatus As Nullable(Of HttpStatusCode)
Get
public:
property Nullable<HttpStatusCode> HttpStatus {
Nullable<HttpStatusCode> get ();
}
member HttpStatus : Nullable<HttpStatusCode> with get
Property Value
Type:
NullableHttpStatusCode
See Also