HttpExceptionHttpStatus Property  | 
 
                The HTTP status code returned by the web service.
            
 
    Namespace: 
   MaxMind.GeoIP2.Exceptions
    Assembly:
   MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntaxpublic HttpStatusCode HttpStatus { get; }Public ReadOnly Property HttpStatus As HttpStatusCode
	Get
public:
property HttpStatusCode HttpStatus {
	HttpStatusCode get ();
}member HttpStatus : HttpStatusCode with get
Property Value
Type: 
HttpStatusCode
See Also