TcpServiceBusTransportElement Members

[This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The TcpServiceBusTransportElement element is a configuration element that can be added as an extension to the WCF configuration model allowing for composition of a custom binding with the TcpServiceBusTransportBindingElement in a configuration file.

The following tables list the members exposed by the TcpServiceBusTransportElement type.

Public Constructors

  Name Description
  TcpServiceBusTransportElement Initializes a new instance of the TcpServiceBusTransportElement class.

Top

Public Properties

(see also Protected Properties)

  Name Description
public property BindingElementType Overridden. Overridden. Gets the type of this binding element.
public property ChannelInitializationTimeout  (Inherited from ServiceBusTransportElementBase)
public property ConfigurationElementName  (Inherited from ServiceModelExtensionElement)
public property ConnectionBufferSize  Gets or sets the size of the buffer used to transmit a part of the serialized message on the wire from the client or service. Inherited from ConnectionOrientedTransportElement. (Inherited from ServiceBusTransportElementBase)
public property ElementInformation  (Inherited from ConfigurationElement)
public property ListenBacklog Gets or sets the maximum number of connection requests that can be pending without having been accepted on a channel listener constructed with this transport binding element.
public property LockAllAttributesExcept  (Inherited from ConfigurationElement)
public property LockAllElementsExcept  (Inherited from ConfigurationElement)
public property LockAttributes  (Inherited from ConfigurationElement)
public property LockElements  (Inherited from ConfigurationElement)
public property LockItem  (Inherited from ConfigurationElement)
public property ManualAddressing  (Inherited from TransportElement)
public property MaxBufferPoolSize  (Inherited from TransportElement)
public property MaxBufferSize  Gets or sets the maximum size of the buffer to use. Inherited from ConnectionOrientedTransportElement. (Inherited from ServiceBusTransportElementBase)
public property MaxPendingAccepts  Gets or sets the maximum number of pending asynchronous accept operations that are available for processing incoming connections to the service. (Inherited from ServiceBusTransportElementBase)
public property MaxPendingConnections  Gets or sets the maximum number of connections awaiting dispatch on the service. (Inherited from ServiceBusTransportElementBase)
public property MaxReceivedMessageSize  (Inherited from TransportElement)

Top

Protected Properties

  Name Description
protected property ElementProperty  (Inherited from ConfigurationElement)
protected property EvaluationContext  (Inherited from ConfigurationElement)
protected property Item  Overloaded. (Inherited from ConfigurationElement)
protected property Properties  (Inherited from ServiceBusTransportElementBase)

Top

Public Methods

(see also Protected Methods)

  Name Description
public method ApplyConfiguration Overridden. Overridden. Applies the settings of this configuration element to the specified binding element.
public method CopyFrom Overridden. Overridden. Copies the content of the specified configuration element to this configuration element.
public method Equals  Overloaded. (Inherited from ConfigurationElement)
public method GetHashCode  (Inherited from ConfigurationElement)
public method GetType  (Inherited from Object)
public method IsReadOnly  (Inherited from ConfigurationElement)
public methodstatic ReferenceEquals  (Inherited from Object)
public method ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
protected method CreateBindingElement  (Inherited from TransportElement)
protected method CreateDefaultBindingElement  (Inherited from TransportElement)
protected method DeserializeElement  (Inherited from ConfigurationElement)
protected method Finalize  (Inherited from Object)
protected method Init  (Inherited from ConfigurationElement)
protected method InitializeDefault  (Inherited from ConfigurationElement)
protected method InitializeFrom  (Inherited from TransportElement)
protected method IsModified  (Inherited from ServiceModelExtensionElement)
protected method ListErrors  (Inherited from ConfigurationElement)
protected method MemberwiseClone  (Inherited from Object)
protected method OnDeserializeUnrecognizedAttribute  (Inherited from ConfigurationElement)
protected method OnDeserializeUnrecognizedElement  (Inherited from ConfigurationElement)
protected method OnRequiredPropertyNotFound  (Inherited from ConfigurationElement)
protected method PostDeserialize  (Inherited from ConfigurationElement)
protected method PreSerialize  (Inherited from ConfigurationElement)
protected method Reset  (Inherited from ServiceModelExtensionElement)
protected method ResetModified  (Inherited from ConfigurationElement)
protected method SerializeElement  (Inherited from ServiceModelExtensionElement)
protected method SerializeToXmlElement  (Inherited from ConfigurationElement)
protected method SetPropertyValue  (Inherited from ConfigurationElement)
protected method SetReadOnly  (Inherited from ConfigurationElement)
protected method Unmerge  (Inherited from ConfigurationElement)

Top

See Also

Reference

TcpServiceBusTransportElement Class
Microsoft.ServiceBus.Configuration Namespace