SalesBuy
1-855-856-7678
Technical SupportSupport
An abstract class that supplements the base TransportBindingElement with additional properties that are common to connection-oriented transports such as TCP and named pipes.
Namespace: Microsoft.ServiceBus.Channels
The ConnectionOrientedTransportBindingElement type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ChannelInitializationTimeout | Gets or sets the timespan that specifies how long the channel initialization has to complete before timing out. |
![]() | ConnectionBufferSize | Gets and sets the size of the buffer used to transmit a chunk of the serialized message on the wire from the client or service. |
![]() | HostNameComparisonMode | Gets or sets a value that indicates whether the hostname is used to reach the service when matching on the URI. |
![]() | ManualAddressing | (Inherited from TransportBindingElement.) |
![]() | MaxBufferPoolSize | (Inherited from TransportBindingElement.) |
![]() | MaxBufferSize | Gets or sets the maximum size of the buffer to use. |
![]() | MaxOutputDelay | Gets or sets the maximum interval of time that a chunk of a message or a full message can remain buffered in memory before being sent out. |
![]() | MaxPendingAccepts | Gets or sets the maximum number of pending asynchronous accept operations that are available for processing incoming connections to the service. |
![]() | MaxPendingConnections | Gets or sets the maximum number of connections awaiting dispatch on the service. |
![]() | MaxReceivedMessageSize | (Inherited from TransportBindingElement.) |
![]() | Scheme | (Inherited from TransportBindingElement.) |
![]() | TransferMode | Gets or sets a value that specifies whether the messages are buffered or streamed with the connection-oriented transport. |
| Name | Description | |
|---|---|---|
![]() | BuildChannelFactory<TChannel> | (Inherited from BindingElement.) |
![]() | BuildChannelListener<TChannel> | (Inherited from BindingElement.) |
![]() | CanBuildChannelFactory<TChannel> | Indicates whether a channel factory of the specified type can be built. (Overrides BindingElement.CanBuildChannelFactory<TChannel>(BindingContext).) |
![]() | CanBuildChannelListener<TChannel> | Returns a value that indicates whether the binding element can build a listener for a specific type of channel. (Overrides BindingElement.CanBuildChannelListener<TChannel>(BindingContext).) |
![]() | Clone | (Inherited from BindingElement.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetProperty<T> | Retrieves properties from the binding stack, if present. (Overrides TransportBindingElement.GetProperty<T>(BindingContext).) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Windows Azure Service Bus supports only Full Trust code access security.
This class is documented to give a more complete understanding of the transports hierarchy and is not expected to be directly called. The constructor is internal to avoid direct construction and invocation. The public properties of this binding element can be called from the derived TcpRelayTransportBindingElement