NetEventRelayBindingElement Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A configuration element that describes configuration settings for the NetEventRelayBinding.
public class NetEventRelayBindingElement : System.ServiceModel.Configuration.StandardBindingElement
type NetEventRelayBindingElement = class
inherit StandardBindingElement
Public Class NetEventRelayBindingElement
Inherits StandardBindingElement
- Inheritance
-
NetEventRelayBindingElement
Constructors
NetEventRelayBindingElement() |
Initializes a new instance of the NetEventRelayBindingElement class. |
NetEventRelayBindingElement(String) |
Initializes a new instance of the NetEventRelayBindingElement class, using the specified name. |
Properties
BindingElementType |
Gets the type of binding that this configuration element represents. |
ListenBacklog |
Gets or sets the maximum number of queued connection requests that can be pending. |
MaxBufferPoolSize |
Gets or sets the maximum size allowed for a buffer pool that stores messages processed by the binding. |
MaxBufferSize |
Gets or sets the maximum size, in bytes, of the buffer used to store messages in memory. |
MaxConnections |
Gets or sets 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. |
MaxReceivedMessageSize |
Gets or sets the maximum size for a received message that is processed by the binding. |
Properties |
Gets a collection that contains objects that can be attributes or configuration element objects of this binding configuration element. |
ReaderQuotas |
Gets or sets an XML element that contains the constraints on the complexity of SOAP messages that can be processed by endpoints configured with this binding. |
Security |
Gets a configuration element that contains the security options for an Azure Service Bus net event relay binding. |
Methods
InitializeFrom(Binding) |
Initializes the contents of this XML configuration element from the property values of a specified binding. |
OnApplyConfiguration(Binding) |
Applies the settings of this configuration element to the specified binding. |