BasicHttpSecurity.Transport Propiedad

Definición

Obtiene los valores de seguridad en el nivel de transporte para un enlace basicHttpBinding.

public:
 property System::ServiceModel::HttpTransportSecurity ^ Transport { System::ServiceModel::HttpTransportSecurity ^ get(); void set(System::ServiceModel::HttpTransportSecurity ^ value); };
public:
 property System::ServiceModel::HttpTransportSecurity ^ Transport { System::ServiceModel::HttpTransportSecurity ^ get(); };
public System.ServiceModel.HttpTransportSecurity Transport { get; set; }
public System.ServiceModel.HttpTransportSecurity Transport { get; }
member this.Transport : System.ServiceModel.HttpTransportSecurity with get, set
member this.Transport : System.ServiceModel.HttpTransportSecurity
Public Property Transport As HttpTransportSecurity
Public ReadOnly Property Transport As HttpTransportSecurity

Valor de propiedad

HttpTransportSecurity

Valores de seguridad en el nivel de transporte para un enlace basicHttpBinding.

Ejemplos

HttpTransportSecurity transSec = security.Transport;
Dim transSec As HttpTransportSecurity = security.Transport

Comentarios

El objeto HttpTransportSecurity devuelto por esta propiedad contiene propiedades que controlan los parámetros de autenticación para el transporte de HTTP.

Se aplica a