WCF-Xtensions Class Reference for .NET
TransportSettings Property (XBindingConfigurator)






Gets and sets the settings to be applied on the transport used.
Syntax
public WcfXTransportSettings TransportSettings {get;}
public read-only property TransportSettings: WcfXTransportSettings; 
public function get TransportSettings : WcfXTransportSettings
public: __property WcfXTransportSettings* get_TransportSettings();
public:
property WcfXTransportSettings^ TransportSettings {
   WcfXTransportSettings^ get();
}
'Declaration
 
Public ReadOnly Property TransportSettings As WcfXTransportSettings
 
'Usage
 
Dim instance As XBindingConfigurator
Dim value As WcfXTransportSettings
 
value = instance.TransportSettings
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XBindingConfigurator Class
XBindingConfigurator Members

Send Feedback