Search Results for

    Show / Hide Table of Contents

    Class Configuration

    Inheritance
    object
    Configuration
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    public class Configuration

    Constructors

    Configuration()

    Declaration
    public Configuration()

    Properties

    DefaultQueuePriorityMax

    Declaration
    public int DefaultQueuePriorityMax { get; set; }
    Property Value
    int

    Host

    Declaration
    public string Host { get; set; }
    Property Value
    string

    NodeId

    Declaration
    [Obsolete("NodeId will be removed in a future release")]
    public string NodeId { get; set; }
    Property Value
    string

    Password

    Declaration
    public string Password { get; set; }
    Property Value
    string

    Port

    Declaration
    public string Port { get; set; }
    Property Value
    string

    SerializerSettings

    Declaration
    public JsonSerializerSettings SerializerSettings { get; set; }
    Property Value
    JsonSerializerSettings

    ServiceProviderId

    Declaration
    public string ServiceProviderId { get; set; }
    Property Value
    string

    UseSsl

    Declaration
    public bool UseSsl { get; set; }
    Property Value
    bool

    User

    Declaration
    public string User { get; set; }
    Property Value
    string

    Back to top Generated by DocFX