ServiceBusMessagingTransportExtensionElement Class

Inheritance Hierarchy

System.Object
  System.Configuration.ConfigurationElement
    ServiceModelConfigurationElement
      System.ServiceModel.Configuration.ServiceModelExtensionElement
        System.ServiceModel.Configuration.BindingElementExtensionElement
          System.ServiceModel.Configuration.TransportElement
            Microsoft.ServiceBus.Messaging.Configuration.ServiceBusMessagingTransportExtensionElement

Namespace:  Microsoft.ServiceBus.Messaging.Configuration
Assembly:  Microsoft.ServiceBus.Messaging (in Microsoft.ServiceBus.Messaging.dll)

Syntax

'Declaration
Public NotInheritable Class ServiceBusMessagingTransportExtensionElement _
    Inherits TransportElement
'Usage
Dim instance As ServiceBusMessagingTransportExtensionElement
public sealed class ServiceBusMessagingTransportExtensionElement : TransportElement
public ref class ServiceBusMessagingTransportExtensionElement sealed : public TransportElement
[<SealedAttribute>]
type ServiceBusMessagingTransportExtensionElement =  
    class
        inherit TransportElement
    end
public final class ServiceBusMessagingTransportExtensionElement extends TransportElement

The ServiceBusMessagingTransportExtensionElement type exposes the following members.

Constructors

  Name Description
Public method ServiceBusMessagingTransportExtensionElement

Top

Properties

  Name Description
Public property BindingElementType (Overrides BindingElementExtensionElement.BindingElementType.)
Public property ConfigurationElementName (Inherited from ServiceModelExtensionElement.)
Public property CurrentConfiguration (Inherited from ConfigurationElement.)
Public property ElementInformation (Inherited from ConfigurationElement.)
Protected property ElementProperty (Inherited from ConfigurationElement.)
Protected property EvaluationContext (Inherited from ConfigurationElement.)
Protected property HasContext (Inherited from ConfigurationElement.)
Protected property Item[ConfigurationProperty] (Inherited from ConfigurationElement.)
Protected property Item[String] (Inherited from ConfigurationElement.)
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 MaxReceivedMessageSize (Inherited from TransportElement.)
Public property MessagingFactorySettings
Protected property Properties (Inherited from TransportElement.)
Public property SessionIdleTimeout

Top

Methods

  Name Description
Public method ApplyConfiguration (Overrides TransportElement.ApplyConfiguration(BindingElement).)
Public method CopyFrom (Overrides TransportElement.CopyFrom(ServiceModelExtensionElement).)
Protected method CreateBindingElement (Inherited from TransportElement.)
Protected method CreateDefaultBindingElement (Inherited from TransportElement.)
Protected method DeserializeElement (Inherited from ConfigurationElement.)
Public method Equals (Inherited from ConfigurationElement.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from ConfigurationElement.)
Protected method GetTransformedAssemblyString (Inherited from ConfigurationElement.)
Protected method GetTransformedTypeString (Inherited from ConfigurationElement.)
Public method GetType (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.)
Public method IsReadOnly (Inherited from ConfigurationElement.)
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 Security Critical. (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 SetPropertyValueIfNotDefaultValue``1 (Inherited from ServiceModelConfigurationElement.)
Protected method SetReadOnly (Inherited from ConfigurationElement.)
Public method ToString (Inherited from Object.)
Protected method Unmerge (Inherited from ConfigurationElement.)

Top

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.

See Also

Reference

Microsoft.ServiceBus.Messaging.Configuration Namespace