Show / Hide Table of Contents

Class ConnectionFactoryBase

The base class of connection factories.

Inheritance
System.Object
ConnectionFactoryBase
ConnectionFactory
ConnectionListener
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 ConnectionFactoryBase

Constructors

ConnectionFactoryBase()

Constructor to create a connection factory.

Declaration
protected ConnectionFactoryBase()

Properties

AMQP

Gets the AMQP settings on the factory.

Declaration
public AmqpSettings AMQP { get; }
Property Value
Type Description
AmqpSettings

BufferManager

Gets or sets a buffer manager used by the connection factory.

Declaration
public IBufferManager BufferManager { get; set; }
Property Value
Type Description
IBufferManager

TCP

Gets the TCP settings on the factory.

Declaration
public TcpSettings TCP { get; }
Property Value
Type Description
TcpSettings
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX