TransportBindingElement Class
Assembly: System.ServiceModel (in system.servicemodel.dll)
This class factors out properties that are common to all of the transport binding elements provided by the Windows Communication Foundation (WCF). It handles the translation of the base transport settings into run-time manifestations. It delegates the translation of transport-specific settings (for example, HttpProxySettings for HTTP) logic in its concrete derived class transport bindings, which include the following classes:
Note: |
|---|
| Custom transport binding element developers must inherit from this class, which derives from the BindingElement class. |
System.ServiceModel.Channels.BindingElement
System.ServiceModel.Channels.TransportBindingElement
System.ServiceModel.Channels.ConnectionOrientedTransportBindingElement
System.ServiceModel.Channels.HttpTransportBindingElement
System.ServiceModel.Channels.MsmqBindingElementBase
System.ServiceModel.Channels.PeerTransportBindingElement
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.
Note: