Compartir a través de


BasicHttpsSecurityElement.Transport Propiedad

Definición

Obtiene el transporte usado para el elemento de seguridad básica HTTPS.

public:
 property System::ServiceModel::Configuration::HttpTransportSecurityElement ^ Transport { System::ServiceModel::Configuration::HttpTransportSecurityElement ^ get(); };
[System.Configuration.ConfigurationProperty("transport")]
public System.ServiceModel.Configuration.HttpTransportSecurityElement Transport { get; }
[<System.Configuration.ConfigurationProperty("transport")>]
member this.Transport : System.ServiceModel.Configuration.HttpTransportSecurityElement
Public ReadOnly Property Transport As HttpTransportSecurityElement

Valor de propiedad

HttpTransportSecurityElement

El transporte usado.

Atributos

Se aplica a