Class HttpException
An exception thrown when a transport error occurs during authentication.
Namespace: Realms.Sync.Exceptions
Assembly: Realm.Sync.dll
Syntax
public class HttpException : Exception
Properties
| Improve this Doc View SourcePayload
Gets the body of the HTTP response.
Declaration
public string Payload { get; }
Property Value
Type | Description |
---|---|
String | The body of the HTTP response. |
ReasonPhrase
Gets the Reason-Phrase of the HTTP response.
Declaration
public string ReasonPhrase { get; }
Property Value
Type | Description |
---|---|
String | The Reason-Phrase of the HTTP response. |
StatusCode
Gets the
Declaration
public HttpStatusCode StatusCode { get; }
Property Value
Type | Description |
---|---|
HttpStatusCode | A well known |