NetOnewayRelayBinding 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 binding for a secure, one-way connection through the cloud.
public class NetOnewayRelayBinding : System.ServiceModel.Channels.Binding, System.ServiceModel.Channels.IBindingRuntimePreferences
type NetOnewayRelayBinding = class
inherit Binding
interface IBindingRuntimePreferences
Public Class NetOnewayRelayBinding
Inherits Binding
Implements IBindingRuntimePreferences
- Inheritance
-
NetOnewayRelayBinding
- Derived
- Implements
Constructors
NetOnewayRelayBinding() |
Initializes a new instance of the NetOnewayRelayBinding class. |
NetOnewayRelayBinding(EndToEndSecurityMode, RelayClientAuthenticationType) |
Initializes a new instance of the NetOnewayRelayBinding class, using the specified security mode and authentication type. |
NetOnewayRelayBinding(NetOnewayRelaySecurity) |
Initializes a new instance of the NetOnewayRelayBinding class, using the specified security settings. |
NetOnewayRelayBinding(RelayedOnewayConnectionMode, EndToEndSecurityMode, RelayClientAuthenticationType) |
Initializes a new instance of the NetOnewayRelayBinding class, using the specified connection and security modes, as well as the authentication type. |
NetOnewayRelayBinding(RelayedOnewayTransportBindingElement, BinaryMessageEncodingBindingElement, NetOnewayRelaySecurity) |
Initializes a new instance of theNetOnewayRelayBinding class, using the specified transport, encoding, and security. |
NetOnewayRelayBinding(String) |
Initializes a new instance of the NetOnewayRelayBinding 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. |
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. |
Properties
EnvelopeVersion |
Gets the version of SOAP that is used for messages processed by this binding. |
HostNameComparisonMode |
Gets or sets a value that indicates whether the hostname is used to reach the service when matching the URI. |
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 a value that specifies the maximum size, in bytes, of the buffer used to store messages in memory. |
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. |
MaxReceivedMessageSize |
Gets or sets the maximum size for a received message that is processed by the binding. |
MessageSecurityVersion |
Gets the message security version. |
ReaderQuotas |
Gets or sets constraints on the complexity of SOAP messages that can be processed by endpoints configured with this binding. |
Scheme |
Gets the URI scheme for the transport. |
Security |
Gets an object that specifies the type of security used with services configured with this binding. |
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. |
Explicit Interface Implementations
IBindingRuntimePreferences.ReceiveSynchronously |
Indicates that incoming requests are handled asynchronously. |