[This is preliminary documentation and is subject to change.]
The AmqpCFXEndpoint type exposes the following members.
Methods
| Name | Description |
---|
 | AddPublishChannel(AmqpChannelAddress, AuthenticationMode, X509Certificate, String) | |
 | AddPublishChannel(Uri, String, AuthenticationMode, X509Certificate, String) | |
 | AddSubscribeChannel(AmqpChannelAddress, AuthenticationMode, X509Certificate, String) | |
 | AddSubscribeChannel(Uri, String, AuthenticationMode, X509Certificate, String) | |
 | Close | |
 | ClosePublishChannel(AmqpChannelAddress) | |
 | ClosePublishChannel(Uri, String) | |
 | CloseSubscribeChannel(AmqpChannelAddress) | |
 | CloseSubscribeChannel(Uri, String) | |
 | Dispose | |
 | ExecuteRequest | |
 | Open(String, Uri, X509Certificate2) | |
 | Open(String, IPAddress, Int32, X509Certificate2) | |
 | Publish(CFXEnvelope) | |
 | Publish(CFXMessage) | |
 | PublishMany(IEnumerableCFXEnvelope) | |
 | PublishMany(IEnumerableCFXMessage) | |
 | TestChannel | |
Top
See Also