}}
    Show / Hide Table of Contents

    Class APIResponse

    Inheritance
    object
    APIResponse
    AuthResponse
    CreditBalanceResponse
    MessageResponse
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.Finalize()
    object.MemberwiseClone()
    Namespace: Zenoph.Notify.Response
    Assembly: Zenoph.Notify.dll
    Syntax
    [ComVisible(true)]
    [Guid("350CEA2E-219F-4DBC-B502-3A881E184812")]
    public class APIResponse

    Constructors

    APIResponse()

    Declaration
    public APIResponse()

    Fields

    _dataFragment

    Declaration
    protected string _dataFragment
    Field Value
    Type Description
    string

    _httpStatusCode

    Declaration
    protected int _httpStatusCode
    Field Value
    Type Description
    int

    _requestHandShake

    Declaration
    protected RequestHandshake _requestHandShake
    Field Value
    Type Description
    RequestHandshake

    Methods

    getHTTPStatusCode()

    Declaration
    [ComVisible(true)]
    public int getHTTPStatusCode()
    Returns
    Type Description
    int

    getRequestHandShake()

    Declaration
    [ComVisible(true)]
    public RequestHandshake getRequestHandShake()
    Returns
    Type Description
    RequestHandshake
    Back to top