Table of Contents

Class AmqpTransportSettings

Namespace
Microsoft.ServiceBus.Messaging.Amqp
Assembly
Microsoft.ServiceBus.dll

Represents the Advanced Message Queuing Protocol transport settings.

public sealed class AmqpTransportSettings
Inheritance
AmqpTransportSettings
Inherited Members

Constructors

AmqpTransportSettings()

Initializes a new instance of the AmqpTransportSettings class.

public AmqpTransportSettings()

Properties

BatchFlushInterval

Gets or sets the batch flush interval associated with the transport.

public TimeSpan BatchFlushInterval { get; set; }

Property Value

TimeSpan

The batch flush interval associated with the transport.

EnableLinkRedirect

public bool EnableLinkRedirect { get; set; }

Property Value

bool

MaxFrameSize

Gets or sets the maximum frame size.

public int MaxFrameSize { get; set; }

Property Value

int

The maximum frame size.

UseSslStreamSecurity

Gets a value that indicates whether the SSL stream uses a custom binding element.

public bool UseSslStreamSecurity { get; set; }

Property Value

bool

true if the SSL stream uses a custom binding element; otherwise, false.

Methods

Clone()

Creates a new object that is a copy of the current instance.

public object Clone()

Returns

object

A new object that is a copy of this instance.