BasicHttpsSecurity::Transport Property

.NET Framework (current version)
 

Gets the transport-level security settings for a basicHttpsBinding 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 transport-level security settings for a basicHttpsBinding binding.

.NET Framework
Available since 4.5
Return to top
Show: