Click or drag to resize

AmqpCFXEndpointAddPublishChannel Method (AmqpChannelAddress, 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 AddPublishChannel(
	AmqpChannelAddress address,
	AuthenticationMode authMode = AuthenticationMode.Auto,
	X509Certificate certificate = null,
	string targetHostName = null
)

Parameters

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