Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

Gets an object that contains the transport-level security settings for this binding.

Namespace:   System.ServiceModel
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.

The following code sets the client credential type to Windows.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft