Click or drag to resize

AmqpCFXEndpointAddSubscribeChannel Method (Uri, String, AuthenticationMode, X509Certificate, String)

[This is preliminary documentation and is subject to change.]

Namespace:  CFX.Transport
Assembly:  CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntax
public void AddSubscribeChannel(
	Uri networkAddress,
	string address,
	AuthenticationMode authMode = AuthenticationMode.Auto,
	X509Certificate certificate = null,
	string targetHostName = null
)

Parameters

networkAddress
Type: SystemUri
address
Type: SystemString
authMode (Optional)
Type: CFX.TransportAuthenticationMode
certificate (Optional)
Type: System.Security.Cryptography.X509CertificatesX509Certificate
targetHostName (Optional)
Type: SystemString
See Also