Show / Hide Table of Contents

    Class HttpException

    An exception thrown when a transport error occurs during authentication.

    Inheritance
    Object
    HttpException
    AuthenticationException
    Namespace: Realms.Sync.Exceptions
    Assembly: Realm.Sync.dll
    Syntax
    public class HttpException : Exception

    Properties

    | Improve this Doc View Source

    Payload

    Gets the body of the HTTP response.

    Declaration
    public string Payload { get; }
    Property Value
    Type Description
    String

    The body of the HTTP response.

    | Improve this Doc View Source

    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.

    | Improve this Doc View Source

    StatusCode

    Gets the of the response.

    Declaration
    public HttpStatusCode StatusCode { get; }
    Property Value
    Type Description
    HttpStatusCode

    A well known .

    • Improve this Doc
    • View Source
    Back to top Copyright © 2017 Realm
    Generated by DocFX