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
Syntaxpublic void AddSubscribeChannel(
Uri networkAddress,
string address,
AuthenticationMode authMode = AuthenticationMode.Auto,
X509Certificate certificate = null,
string targetHostName = null
)
Public Sub AddSubscribeChannel (
networkAddress As Uri,
address As String,
Optional authMode As AuthenticationMode = AuthenticationMode.Auto,
Optional certificate As X509Certificate = Nothing,
Optional targetHostName As String = Nothing
)
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