OnewayRelayTransportBindingElement Constructor (RelayClientAuthenticationType, OnewayRelayConnectionMode)
[This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Namespace: Microsoft.ServiceBus
Assembly: Microsoft.ServiceBus (in microsoft.servicebus.dll)
Usage
Dim relayClientAuthenticationType As RelayClientAuthenticationType Dim connectionMode As OnewayRelayConnectionMode Dim instance As New OnewayRelayTransportBindingElement(relayClientAuthenticationType, connectionMode)
Syntax
'Declaration
Public Sub New ( _
relayClientAuthenticationType As RelayClientAuthenticationType, _
connectionMode As OnewayRelayConnectionMode _
)
public OnewayRelayTransportBindingElement (
RelayClientAuthenticationType relayClientAuthenticationType,
OnewayRelayConnectionMode connectionMode
)
public:
OnewayRelayTransportBindingElement (
RelayClientAuthenticationType relayClientAuthenticationType,
OnewayRelayConnectionMode connectionMode
)
public OnewayRelayTransportBindingElement (
RelayClientAuthenticationType relayClientAuthenticationType,
OnewayRelayConnectionMode connectionMode
)
public function OnewayRelayTransportBindingElement (
relayClientAuthenticationType : RelayClientAuthenticationType,
connectionMode : OnewayRelayConnectionMode
)
Parameters
- relayClientAuthenticationType
- connectionMode
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000
Target Platforms
See Also
Reference
OnewayRelayTransportBindingElement Class
OnewayRelayTransportBindingElement Members
Microsoft.ServiceBus Namespace