TransportElement Class
.NET Framework 3.0
Provides a base class to represent a transport binding configuration element.
Namespace: System.ServiceModel.Configuration
Assembly: System.ServiceModel (in system.servicemodel.dll)
System.ServiceModel.Configuration Namespace
Assembly: System.ServiceModel (in system.servicemodel.dll)
'Declaration Public MustInherit Class TransportElement Inherits BindingElementExtensionElement 'Usage Dim instance As TransportElement
public abstract class TransportElement extends BindingElementExtensionElement
public abstract class TransportElement extends BindingElementExtensionElement
Not applicable.
This class contains properties that are common to all of the transport binding configuration elements provided by Windows Communication Foundation (WCF). It handles the translation of the message encoder settings and base transport settings into their run-time manifestations. It delegates the translation of transport-specific settings (for example, HttpProxySettings for HTTP) logic in its concrete derived class transport bindings.
System.Object
System.Configuration.ConfigurationElement
System.ServiceModel.Configuration.ServiceModelExtensionElement
System.ServiceModel.Configuration.BindingElementExtensionElement
System.ServiceModel.Configuration.TransportElement
System.ServiceModel.Configuration.ConnectionOrientedTransportElement
System.ServiceModel.Configuration.HttpTransportElement
System.ServiceModel.Configuration.MsmqElementBase
System.Configuration.ConfigurationElement
System.ServiceModel.Configuration.ServiceModelExtensionElement
System.ServiceModel.Configuration.BindingElementExtensionElement
System.ServiceModel.Configuration.TransportElement
System.ServiceModel.Configuration.ConnectionOrientedTransportElement
System.ServiceModel.Configuration.HttpTransportElement
System.ServiceModel.Configuration.MsmqElementBase
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Reference
TransportElement MembersSystem.ServiceModel.Configuration Namespace
Other Resources
Transports in WCFCommunity Additions
ADD
Show: