Class ListenerConnection
An AMQP connection used by the listener.
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.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 |