Show / Hide Table of Contents

Class AmqpSettings

Contains the AMQP settings for a Connection.

Inheritance
System.Object
AmqpSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Amqp
Assembly: Amqp.Net.dll
Syntax
public class AmqpSettings

Properties

ContainerId

Gets or sets the open.container-id field.

Declaration
public string ContainerId { get; set; }
Property Value
Type Description
System.String

HostName

Gets or sets the open.hostname field.

Declaration
public string HostName { get; set; }
Property Value
Type Description
System.String

IdleTimeout

Gets or sets the open.idle-time-out field.

Declaration
public int IdleTimeout { get; set; }
Property Value
Type Description
System.Int32

MaxFrameSize

Gets or sets the open.max-frame-size field.

Declaration
public int MaxFrameSize { get; set; }
Property Value
Type Description
System.Int32

MaxLinksPerSession

Gets or sets the begin.handle-max field (less by one).

Declaration
public int MaxLinksPerSession { get; set; }
Property Value
Type Description
System.Int32

MaxSessionsPerConnection

Gets or sets the open.channel-max field (less by one).

Declaration
public ushort MaxSessionsPerConnection { get; set; }
Property Value
Type Description
System.UInt16
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX