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: 1.7.3
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