Search Results for

    Show / Hide Table of Contents

    Class CheckDnsPropagationOptions

    CheckDnsPropagationOptions

    Inheritance
    object
    CheckDnsPropagationOptions
    Implements
    IValidatableObject
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: mailslurp.Model
    Assembly: mailslurp.dll
    Syntax
    [DataContract(Name = "CheckDnsPropagationOptions")]
    public class CheckDnsPropagationOptions : IValidatableObject

    Constructors

    View Source

    CheckDnsPropagationOptions()

    Initializes a new instance of the CheckDnsPropagationOptions class.

    Declaration
    [JsonConstructor]
    protected CheckDnsPropagationOptions()
    View Source

    CheckDnsPropagationOptions(string, RecordTypeEnum, string, string)

    Initializes a new instance of the CheckDnsPropagationOptions class.

    Declaration
    public CheckDnsPropagationOptions(string host = null, CheckDnsPropagationOptions.RecordTypeEnum recordType = (CheckDnsPropagationOptions.RecordTypeEnum)0, string expectedValue = null, string captchaToken = null)
    Parameters
    Type Name Description
    string host

    host (required).

    CheckDnsPropagationOptions.RecordTypeEnum recordType

    Domain Name Server Record Types (required).

    string expectedValue

    expectedValue.

    string captchaToken

    captchaToken.

    Properties

    View Source

    CaptchaToken

    Gets or Sets CaptchaToken

    Declaration
    [DataMember(Name = "captchaToken", EmitDefaultValue = false)]
    public string CaptchaToken { get; set; }
    Property Value
    Type Description
    string
    View Source

    ExpectedValue

    Gets or Sets ExpectedValue

    Declaration
    [DataMember(Name = "expectedValue", EmitDefaultValue = false)]
    public string ExpectedValue { get; set; }
    Property Value
    Type Description
    string
    View Source

    Host

    Gets or Sets Host

    Declaration
    [DataMember(Name = "host", IsRequired = true, EmitDefaultValue = true)]
    public string Host { get; set; }
    Property Value
    Type Description
    string
    View Source

    RecordType

    Domain Name Server Record Types

    Declaration
    [DataMember(Name = "recordType", IsRequired = true, EmitDefaultValue = true)]
    public CheckDnsPropagationOptions.RecordTypeEnum RecordType { get; set; }
    Property Value
    Type Description
    CheckDnsPropagationOptions.RecordTypeEnum

    Domain Name Server Record Types

    Methods

    View Source

    ToJson()

    Returns the JSON string presentation of the object

    Declaration
    public virtual string ToJson()
    Returns
    Type Description
    string

    JSON string presentation of the object

    View Source

    ToString()

    Returns the string presentation of the object

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    String presentation of the object

    Overrides
    object.ToString()

    Implements

    IValidatableObject
    • View Source
    In this article
    Back to top See MailSlurp website for more information.