| HttpExceptionHttpStatus Property  | 
                The HTTP status code returned by the web service.
            
 
Namespace: MaxMind.GeoIP2.ExceptionsAssembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.1
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