The AmqpClient type exposes the following members.

Constructors

  NameDescription
Public methodAmqpClient
Creates a new instance of AmqpClient.

Methods

  NameDescription
Public methodConnect(String, String, String, String)
Connects to Amqp Server.
Public methodConnect(String, String, String, String, AmqpEventHandler)
Connects to Amqp Server.
Public methodDisconnect
Disconnects from Amqp Server.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodOpenChannel()()()()
Opens a channel to the server using the connection established.
Public methodOpenChannel(AmqpEventHandler)
Opens a channel to the server using the connection established.
Public methodToString (Inherited from Object.)

Fields

  NameDescription
Public fieldStatic memberCLOSED
Public fieldStatic memberCONNECTING
Public fieldStatic memberOPEN

Events

  NameDescription
Public eventCloseEvent
Occurs when the connection to the AMQP server is closed
Public eventErrorEvent
Occurs when there is an error
Public eventOpenEvent
Occurs when the connection is established to the AMQP server

See Also