NetOnewayRelayBindingElement 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.
Represents a configuration element that specifies a binding for peer channel-specific TCP messaging over the Service Bus.
public class NetOnewayRelayBindingElement : System.ServiceModel.Configuration.StandardBindingElement
type NetOnewayRelayBindingElement = class
inherit StandardBindingElement
Public Class NetOnewayRelayBindingElement
Inherits StandardBindingElement
- Inheritance
-
NetOnewayRelayBindingElement
Constructors
NetOnewayRelayBindingElement() |
Initializes a new instance of the NetOnewayRelayBindingElement class. |
NetOnewayRelayBindingElement(String) |
Initializes a new instance of the NetOnewayRelayBindingElement class using the specified name. |
Properties
BindingElementType |
Gets or sets an XML value that contains the type of binding element of the current instance. |
ListenBacklog |
Gets or sets an XML value that contains the maximum number of queued connection requests that can be pending. |
MaxBufferPoolSize |
Gets or sets an XML value that contains the maximum size allowed for a buffer pool that stores messages processed by the binding. |
MaxBufferSize |
Gets or sets an XML value that contains the maximum size, in bytes, of the buffer used to store messages in memory. |
MaxConnections |
Gets or sets an XML value that specifies the maximum number of outbound and inbound connections the service creates and accepts respectively. |
MaxReceivedMessageSize |
Gets or sets an XML value that contains the maximum size of a message that can be received on a channel configured with this binding. |
Properties |
Gets a ConfigurationPropertyCollection instance that contains a collection of ConfigurationProperty objects that can be attributes or ConfigurationElement objects of this configuration element. |
ReaderQuotas |
Gets or sets an XML value that places a constraint on the complexity of SOAP messages that can be processed by endpoints configured with this binding. |
Security |
Gets an XML value that contains security elements for a Service Bus one-way TCP relay binding. |
Methods
InitializeFrom(Binding) |
Initializes the current instance using the content of the specified binding. |
OnApplyConfiguration(Binding) |
Applies the settings of this configuration element to the specified binding. |
Applies to
Azure SDK for .NET