Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class GetTrialArgs

    This is the args to perform a GetTrialArgs

    Inheritance
    object
    GetTrialArgs
    Implements
    IEndPointConfiguration
    IEndPointName
    IUriBindingConfiguration
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SecureExchangesSDK.Models.Args
    Assembly: SecureExchangesSDK.dll
    Syntax
    public class GetTrialArgs : IEndPointConfiguration, IEndPointName, IUriBindingConfiguration

    Properties

    Capcha

    The capcha image content available at /EncrypteData.asmx/GenerateCaptcha and /CaptchaImage/JpegImage.aspx?ObjId={1}

    Declaration
    public string Capcha { get; set; }
    Property Value
    Type Description
    string

    CapchaID

    The capcha ID

    Declaration
    public string CapchaID { get; set; }
    Property Value
    Type Description
    string

    CultureID

    The cultureID

    Declaration
    public string CultureID { get; set; }
    Property Value
    Type Description
    string

    Email

    The email request the trial

    Declaration
    public string Email { get; set; }
    Property Value
    Type Description
    string

    EndPointConfigurationName

    The endpoint configuration name

    Declaration
    public string EndPointConfigurationName { get; set; }
    Property Value
    Type Description
    string

    EndPointUri

    the endpoint uri

    Declaration
    public Uri EndPointUri { get; set; }
    Property Value
    Type Description
    Uri

    Implements

    IEndPointConfiguration
    IEndPointName
    IUriBindingConfiguration

    Extension Methods

    ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
    In this article
    Back to top Secure Exchanges Inc. - Documentation