NetEventRelayBinding
Class
Definition
Represents a binding that supports one-way event multicasting and allows any number of event publishers and event consumers to rendezvous at the same endpoint.
public class NetEventRelayBinding : Microsoft.ServiceBus.NetOnewayRelayBinding, System.ServiceModel.Channels.IBindingRuntimePreferences
- Inheritance
- Implements
Inherited Members
Microsoft.ServiceBus.NetOnewayRelayBinding
Constructors
| NetEventRelayBinding() |
Initializes a new instance of the NetEventRelayBinding class. |
| NetEventRelayBinding(String) |
Initializes a new instance of the NetEventRelayBinding class, using the specified configuration. |
| NetEventRelayBinding(EndToEndSecurityMode, RelayEventSubscriberAuthenticationType) |
Initializes a new instance of the NetEventRelayBinding class, using the specified security mode and relay client authentication type. |
| NetEventRelayBinding(RelayedOnewayTransportBindingElement, BinaryMessageEncodingBindingElement, NetOnewayRelaySecurity) |
Initializes a new instance of theNetEventRelayBinding class, using the specified transport, encoding, and security elements. |
Methods
| ApplyConfiguration(String) |
Applies the settings from the configuration element that corresponds to the specified name to the current instance of this binding element. |
| IsBindingElementsMatch(RelayedOnewayTransportBindingElement, BinaryMessageEncodingBindingElement, ReliableSessionBindingElement) |
Retrieves a value that determines if the specified binding elements match the current instance. |