NetOnewayRelayBinding Constructors

Definition

Overloads

NetOnewayRelayBinding()

Initializes a new instance of the NetOnewayRelayBinding class.

NetOnewayRelayBinding(NetOnewayRelaySecurity)

Initializes a new instance of the NetOnewayRelayBinding class, using the specified security settings.

NetOnewayRelayBinding(String)

Initializes a new instance of the NetOnewayRelayBinding class using the specified configuration.

NetOnewayRelayBinding(EndToEndSecurityMode, RelayClientAuthenticationType)

Initializes a new instance of the NetOnewayRelayBinding class, using the specified security mode and authentication type.

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()

Initializes a new instance of the NetOnewayRelayBinding class.

public NetOnewayRelayBinding ();

NetOnewayRelayBinding(NetOnewayRelaySecurity)

Initializes a new instance of the NetOnewayRelayBinding class, using the specified security settings.

protected NetOnewayRelayBinding (Microsoft.ServiceBus.NetOnewayRelaySecurity security);
Parameters
security
NetOnewayRelaySecurity

The security settings.

NetOnewayRelayBinding(String)

Initializes a new instance of the NetOnewayRelayBinding class using the specified configuration.

public NetOnewayRelayBinding (string configurationName);
Parameters
configurationName
String

The name of the configuration to use.

NetOnewayRelayBinding(EndToEndSecurityMode, RelayClientAuthenticationType)

Initializes a new instance of the NetOnewayRelayBinding class, using the specified security mode and authentication type.

public NetOnewayRelayBinding (Microsoft.ServiceBus.EndToEndSecurityMode securityMode, Microsoft.ServiceBus.RelayClientAuthenticationType relayClientAuthenticationType);
Parameters
securityMode
EndToEndSecurityMode

The security mode.

relayClientAuthenticationType
RelayClientAuthenticationType

The authentication type.

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.

protected NetOnewayRelayBinding (Microsoft.ServiceBus.RelayedOnewayConnectionMode connectionMode, Microsoft.ServiceBus.EndToEndSecurityMode securityMode, Microsoft.ServiceBus.RelayClientAuthenticationType relayClientAuthenticationType);
Parameters
connectionMode
RelayedOnewayConnectionMode

The connection mode.

securityMode
EndToEndSecurityMode

The type of security used with the SOAP message and for the client.

relayClientAuthenticationType
RelayClientAuthenticationType

The type of authentication used by the client.

NetOnewayRelayBinding(RelayedOnewayTransportBindingElement, BinaryMessageEncodingBindingElement, NetOnewayRelaySecurity)

Initializes a new instance of theNetOnewayRelayBinding class, using the specified transport, encoding, and security.

protected NetOnewayRelayBinding (Microsoft.ServiceBus.RelayedOnewayTransportBindingElement transport, System.ServiceModel.Channels.BinaryMessageEncodingBindingElement encoding, Microsoft.ServiceBus.NetOnewayRelaySecurity security);
Parameters
transport
RelayedOnewayTransportBindingElement

The transport element containing the core transport settings.

encoding
BinaryMessageEncodingBindingElement

The encoding element.

security
NetOnewayRelaySecurity

The security settings.