}}
    Show / Hide Table of Contents

    Class DestinationsDeliveryRequest

    Inheritance
    object
    NotifyRequest
    DestinationsDeliveryRequest
    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("4E00E46D-DA3F-41c7-A04E-6CD371810BB0")]
    public class DestinationsDeliveryRequest : NotifyRequest

    Constructors

    DestinationsDeliveryRequest()

    Declaration
    public DestinationsDeliveryRequest()

    DestinationsDeliveryRequest(AuthProfile)

    Declaration
    public DestinationsDeliveryRequest(AuthProfile p)
    Parameters
    Type Name Description
    AuthProfile p

    Methods

    addMessageId(string)

    Declaration
    [ComVisible(true)]
    public void addMessageId(string messageId)
    Parameters
    Type Name Description
    string messageId

    setBatchId(string)

    Declaration
    [ComVisible(true)]
    public void setBatchId(string batchId)
    Parameters
    Type Name Description
    string batchId

    submit()

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