HttpBindingSecurity.Transport Property
Gets or sets an object that contains the transport-level security settings for the HttpBinding binding.
Namespace: System.Web.Http.SelfHost.Channels
Assembly: System.Web.Http.SelfHost (in System.Web.Http.SelfHost.dll)
Syntax
'Declaration
Public Property Transport As HttpTransportSecurity
Get
Set
'Usage
Dim instance As HttpBindingSecurity
Dim value As HttpTransportSecurity
value = instance.Transport
instance.Transport = value
public HttpTransportSecurity Transport { get; set; }
public:
property HttpTransportSecurity^ Transport {
HttpTransportSecurity^ get ();
void set (HttpTransportSecurity^ value);
}
member Transport : HttpTransportSecurity with get, set
function get Transport () : HttpTransportSecurity
function set Transport (value : HttpTransportSecurity)
Property Value
Type: System.ServiceModel.HttpTransportSecurity