The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
WSHttpSecurity::Transport Property
.NET Framework (current version)
Gets an object that contains the transport-level security settings for this binding.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property HttpTransportSecurity^ Transport { HttpTransportSecurity^ get(); void set(HttpTransportSecurity^ value); }
Property Value
Type: System.ServiceModel::HttpTransportSecurity^The HttpTransportSecurity for this binding.
The default value includes a ClientCredentialType of None and a ProxyCredentialType of None.
You can use the object returned by this property to set the transport security settings for the binding.
.NET Framework
Available since 3.0
Available since 3.0
Show: