1 out of 1 rated this helpful - Rate this topic

ConnectionOrientedTransportBindingElement Class

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
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
public abstract class ConnectionOrientedTransportBindingElement : TransportBindingElement

The ConnectionOrientedTransportBindingElement type exposes the following members.

  NameDescription
Public propertyChannelInitializationTimeoutGets or sets the timespan that specifies how long the channel initialization has to complete before timing out.
Public propertyConnectionBufferSizeGets and sets the size of the buffer used to transmit a chunk of the serialized message on the wire from the client or service.
Public propertyHostNameComparisonModeGets or sets a value that indicates whether the hostname is used to reach the service when matching on the URI.
Public propertyManualAddressing (Inherited from TransportBindingElement.)
Public propertyMaxBufferPoolSize (Inherited from TransportBindingElement.)
Public propertyMaxBufferSizeGets or sets the maximum size of the buffer to use.
Public propertyMaxOutputDelayGets 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.
Public propertyMaxPendingAcceptsGets or sets the maximum number of pending asynchronous accept operations that are available for processing incoming connections to the service.
Public propertyMaxPendingConnectionsGets or sets the maximum number of connections awaiting dispatch on the service.
Public propertyMaxReceivedMessageSize (Inherited from TransportBindingElement.)
Public propertyScheme (Inherited from TransportBindingElement.)
Public propertyTransferModeGets or sets a value that specifies whether the messages are buffered or streamed with the connection-oriented transport.
Top
  NameDescription
Public methodBuildChannelFactory<TChannel> (Inherited from BindingElement.)
Public methodBuildChannelListener<TChannel> (Inherited from BindingElement.)
Public methodCanBuildChannelFactory<TChannel>Indicates whether a channel factory of the specified type can be built. (Overrides BindingElement.CanBuildChannelFactory<TChannel>(BindingContext).)
Public methodCanBuildChannelListener<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).)
Public methodClone (Inherited from BindingElement.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetProperty<T>Retrieves properties from the binding stack, if present. (Overrides TransportBindingElement.GetProperty<T>(BindingContext).)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

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

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.
facebook page visit twitter rss feed newsletter