OnewayRelayTransportBindingElement Class
[This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Represents a one-way relay transport binding element.
Namespace: Microsoft.ServiceBus
Assembly: Microsoft.ServiceBus (in microsoft.servicebus.dll)
Usage
Dim instance As OnewayRelayTransportBindingElement
Syntax
'Declaration
Public Class OnewayRelayTransportBindingElement
Inherits TransportBindingElement
Implements IPolicyExportExtension
public class OnewayRelayTransportBindingElement : TransportBindingElement, IPolicyExportExtension
public ref class OnewayRelayTransportBindingElement : public TransportBindingElement, IPolicyExportExtension
public class OnewayRelayTransportBindingElement extends TransportBindingElement implements IPolicyExportExtension
public class OnewayRelayTransportBindingElement extends TransportBindingElement implements IPolicyExportExtension
Remarks
The OnewayRelayTransportBindingElement is the foundation for the NetEventRelayBinding and NetOnewayRelayBinding. As a TCP-based transport binding element, it is similar to the WCFTcpTransportBindingElement, but only supports one-way communication.
For the current release, messages sent through this binding are constrained to at most 60KB in wire size.
Inheritance Hierarchy
System.Object
System.ServiceModel.Channels.BindingElement
System.ServiceModel.Channels.TransportBindingElement
Microsoft.ServiceBus.OnewayRelayTransportBindingElement
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
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 Members
Microsoft.ServiceBus Namespace