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
type NetEventRelayBinding = class
    inherit NetOnewayRelayBinding
    interface IBindingRuntimePreferences
Public Class NetEventRelayBinding
Inherits NetOnewayRelayBinding
Implements IBindingRuntimePreferences
Inheritance
NetEventRelayBinding
Implements

Constructors

NetEventRelayBinding()

Initializes a new instance of the NetEventRelayBinding class.

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.

NetEventRelayBinding(String)

Initializes a new instance of the NetEventRelayBinding class, using the specified configuration.

Fields

encoding

Represents the encoding for the binding.Along with the security settings and transport type, the encoding represents the three core properties of a binding.

(Inherited from NetOnewayRelayBinding)
transport

Specifies the transport type for the binding.Along with the encoding and security settings, the transport type represents the three core properties of a binding.

(Inherited from NetOnewayRelayBinding)

Properties

EnvelopeVersion

Gets the version of SOAP that is used for messages processed by this binding.

(Inherited from NetOnewayRelayBinding)
HostNameComparisonMode

Gets or sets a value that indicates whether the hostname is used to reach the service when matching the URI.

(Inherited from NetOnewayRelayBinding)
ListenBacklog

Gets or sets the maximum number of queued connection requests that can be pending.

(Inherited from NetOnewayRelayBinding)
MaxBufferPoolSize

Gets or sets the maximum size allowed for a buffer pool that stores messages processed by the binding.

(Inherited from NetOnewayRelayBinding)
MaxBufferSize

Gets or sets a value that specifies the maximum size, in bytes, of the buffer used to store messages in memory.

(Inherited from NetOnewayRelayBinding)
MaxConnections

Gets or sets a value that controls the maximum number of connections to be pooled for subsequent reuse on the client and the maximum number of connections allowed to be pending dispatch on the server.

(Inherited from NetOnewayRelayBinding)
MaxReceivedMessageSize

Gets or sets the maximum size for a received message that is processed by the binding.

(Inherited from NetOnewayRelayBinding)
MessageSecurityVersion

Gets the message security version.

(Inherited from NetOnewayRelayBinding)
ReaderQuotas

Gets or sets constraints on the complexity of SOAP messages that can be processed by endpoints configured with this binding.

(Inherited from NetOnewayRelayBinding)
Scheme

Gets the URI scheme for the transport.

(Inherited from NetOnewayRelayBinding)
Security

Gets an object that specifies the type of security used with services configured with this binding.

(Inherited from NetOnewayRelayBinding)

Methods

ApplyConfiguration(String)

Applies the settings from the configuration element that corresponds to the specified name to the current instance of this binding element.

CreateBindingElements()

Creates a set of binding elements.

(Inherited from NetOnewayRelayBinding)
IsBindingElementsMatch(RelayedOnewayTransportBindingElement, BinaryMessageEncodingBindingElement, ReliableSessionBindingElement)

Retrieves a value that determines if the specified binding elements match the current instance.

Explicit Interface Implementations

IBindingRuntimePreferences.ReceiveSynchronously

Indicates that incoming requests are handled asynchronously.

(Inherited from NetOnewayRelayBinding)

Applies to