}}
    Show / Hide Table of Contents

    Class AuthRequest

    Inheritance
    object
    NotifyRequest
    AuthRequest
    Inherited Members
    NotifyRequest._requestResource
    NotifyRequest._progressPercentage
    NotifyRequest._httpRequest
    NotifyRequest._requestData
    NotifyRequest._authProfile
    NotifyRequest._loadaps
    NotifyRequest._isFileUpload
    NotifyRequest._contentType
    NotifyRequest._acceptType
    NotifyRequest._authFragment
    NotifyRequest._userSettings
    NotifyRequest.onSubmitCompleted
    NotifyRequest.onSubmitProgressChanged
    NotifyRequest.validateAuthProfile(AuthProfile)
    NotifyRequest.setAuthProfile(AuthProfile)
    NotifyRequest.setHost(string)
    NotifyRequest.setHttpPort(int)
    NotifyRequest.setHttpsPort(int)
    NotifyRequest.getAuthModel()
    NotifyRequest.setAuthModel(AuthModel)
    NotifyRequest.getAuthLogin()
    NotifyRequest.setAuthLogin(string)
    NotifyRequest.getAuthPassword()
    NotifyRequest.setAuthPassword(string)
    NotifyRequest.getAuthApiKey()
    NotifyRequest.setAuthApiKey(string)
    NotifyRequest.getRequestURL()
    NotifyRequest.setRequestResource(string)
    NotifyRequest.setRequestContentType(ContentType)
    NotifyRequest.responseContentTypeSuppored(ContentType)
    NotifyRequest.setResponseContentType(ContentType)
    NotifyRequest.updateRequestSubmitProgress()
    NotifyRequest.useSecureConnection(bool)
    NotifyRequest.useSecureConnection(bool, int)
    NotifyRequest.useSecureConnectionEx(bool, int)
    NotifyRequest.createDataWriter()
    NotifyRequest.initHttpRequest()
    NotifyRequest.writeRequestStreamData(string)
    NotifyRequest.pullAuthInfoFromProfile()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.Finalize()
    object.MemberwiseClone()
    Namespace: Zenoph.Notify.Request
    Assembly: Zenoph.Notify.dll
    Syntax
    [ComVisible(true)]
    [Guid("A8C34770-E0E4-4566-B3AA-05E945FEE031")]
    public class AuthRequest : NotifyRequest

    Constructors

    AuthRequest()

    Declaration
    public AuthRequest()

    Methods

    authenticate()

    Declaration
    [ComVisible(true)]
    public AuthProfile authenticate()
    Returns
    Type Description
    AuthProfile

    submit()

    Declaration
    [ComVisible(true)]
    public override APIResponse submit()
    Returns
    Type Description
    APIResponse
    Overrides
    NotifyRequest.submit()
    Back to top