Show / Hide Table of Contents

Class Connection

Inheritance
System.Object
Connection
Namespace:InfinniPlatform.MessageQueue.Management
Assembly:InfinniPlatform.MessageQueue.RabbitMQ.dll
Syntax
public class Connection : object

Properties

| Improve this Doc View Source

Address

Declaration
public string Address { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

AuthMechanism

Declaration
public string AuthMechanism { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Channels

Declaration
public long Channels { get; set; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

FrameMax

Declaration
public long FrameMax { get; set; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

LastBlockedAge

Declaration
public string LastBlockedAge { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

LastBlockedBy

Declaration
public string LastBlockedBy { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Node

Declaration
public string Node { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

PeerAddress

Declaration
public string PeerAddress { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

PeerCertIssuer

Declaration
public string PeerCertIssuer { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

PeerCertSubject

Declaration
public string PeerCertSubject { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

PeerCertValidity

Declaration
public string PeerCertValidity { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

PeerHost

Declaration
public string PeerHost { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

PeerPort

Declaration
public int PeerPort { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Port

Declaration
public int Port { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Protocol

Declaration
public string Protocol { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

RecvCnt

Declaration
public long RecvCnt { get; set; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

RecvOct

Declaration
public long RecvOct { get; set; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

SendCnt

Declaration
public long SendCnt { get; set; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

SendOct

Declaration
public long SendOct { get; set; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

SendPend

Declaration
public long SendPend { get; set; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

Ssl

Declaration
public bool Ssl { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

SslCipher

Declaration
public string SslCipher { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

SslHash

Declaration
public string SslHash { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

SslKeyExchange

Declaration
public string SslKeyExchange { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

SslProtocol

Declaration
public string SslProtocol { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

State

Declaration
public string State { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Timeout

Declaration
public long Timeout { get; set; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

Type

Declaration
public string Type { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

User

Declaration
public string User { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Vhost

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

Extension Methods

DynamicCollectionExtensions.GetItem(Object, Int32)
DynamicCollectionExtensions.SetItem(Object, Int32, Object)
DynamicCollectionExtensions.AddItem(Object, Object)
DynamicCollectionExtensions.InsertItem(Object, Int32, Object)
DynamicCollectionExtensions.RemoveItem(Object, Object)
DynamicCollectionExtensions.RemoveItemAt(Object, Int32)
DynamicCollectionExtensions.MoveItem(Object, Object, Int32)
DynamicObjectExtensions.TryGetPropertyValue(Object, String)
DynamicObjectExtensions.TrySetPropertyValue(Object, String, Object)
DynamicObjectExtensions.TryGetPropertyValueByPath(Object, String)
DynamicObjectExtensions.TrySetPropertyValueByPath(Object, String, Object)
ReflectionExtensions.IsInstanceOfType(Object, Type)
ReflectionExtensions.GetMemberValue(Object, String)
ReflectionExtensions.SetMemberValue(Object, String, Object)
ReflectionExtensions.InvokeMember(Object, String, Object[], out Object, Type[])
ReflectionExtensions.GetFieldValue(Object, FieldInfo)
ReflectionExtensions.SetFieldValue(Object, FieldInfo, Object)
ReflectionExtensions.GetPropertyValue(Object, PropertyInfo)
ReflectionExtensions.SetPropertyValue(Object, PropertyInfo, Object)
ReflectionExtensions.GetMethodDelegate(Object, MethodInfo)
ReflectionExtensions.GetEventDelegate(Object, EventInfo)
ReflectionExtensions.SetEventDelegate(Object, EventInfo, Object)
CommonExtensions.ExecuteSilent<T>(T, Action<T>)
  • Improve this Doc
  • View Source
Back to top © Copyright Infinnity Solutions Ltd, 2010–2017.