Show / Hide Table of Contents

Class ListenerConnection

An AMQP connection used by the listener.

Inheritance
System.Object
AmqpObject
Connection
ListenerConnection
Implements
IConnection
IAmqpObject
Inherited Members
Connection.IConnection.CreateSession()
Connection.DisableServerCertValidation
Connection.Handler
Connection.Factory
Connection.ConnectionState
Connection.OnClose(Error)
AmqpObject.Closed
AmqpObject.Error
AmqpObject.IsClosed
AmqpObject.AddClosedCallback(ClosedCallback)
AmqpObject.Close()
AmqpObject.Close(TimeSpan, Error)
AmqpObject.CloseAsync()
AmqpObject.CloseAsync(TimeSpan, Error)
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.Listener
Assembly: Amqp.Net.dll
Syntax
public class ListenerConnection : Connection, IConnection, IAmqpObject

Properties

Principal

Gets a IPrincipal object for the connection. If the value is null, the connection is not authenticated.

Declaration
public IPrincipal Principal { get; }
Property Value
Type Description
System.Security.Principal.IPrincipal

Implements

IConnection
IAmqpObject
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX