Opens a channel to the server using the connection established.

Namespace:  Kaazing.AMQP
Assembly:  Kaazing.AMQP (in Kaazing.AMQP.dll)

Syntax

Visual Basic
Public Function OpenChannel As AmqpChannel
C#
public AmqpChannel OpenChannel()
Visual C++
public:
AmqpChannel^ OpenChannel()

Return Value

AmqpChannel

See Also