Class Configuration
Inheritance
Configuration
Namespace: System.Dynamic.ExpandoObject
Syntax
public class Configuration
Constructors
Properties
Declaration
public int DefaultQueuePriorityMax { get; set; }
Property Value
Declaration
public string Host { get; set; }
Property Value
Declaration
[Obsolete("NodeId will be removed in a future release")]
public string NodeId { get; set; }
Property Value
Declaration
public string Password { get; set; }
Property Value
Declaration
public string Port { get; set; }
Property Value
Declaration
public JsonSerializerSettings SerializerSettings { get; set; }
Property Value
Declaration
public string ServiceProviderId { get; set; }
Property Value
Declaration
public bool UseSsl { get; set; }
Property Value
Declaration
public string User { get; set; }
Property Value