Show / Hide Table of Contents

    Class HttpException

    An exception thrown when a transport error occurs during authentication.

    Inheritance
    Object
    Exception
    HttpException
    AuthenticationException
    Inherited Members
    Exception.GetBaseException()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    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 HttpStatusCode of the response.

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

    A well known HttpStatusCode.

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