Click or drag to resize

AmqpCFXEndpointTestChannel Method

Tests if the specified network address is capable of establishing an AMQP connection from this endpoint.

Namespace: CFX.Transport
Assembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntax
public bool TestChannel(
	Uri channelUri,
	out Exception error,
	string virtualHostName = null
)

Parameters

channelUri  Uri
The network address of the target channel.
error  Exception
In the case of an error, returns information about the nature of the error.
virtualHostName  String  (Optional)
The name of the virtual host at the destination endpoint. Default is null for default virtual host.

Return Value

Boolean
See Also