Compartir vía


NetTcpSecurityElement.Transport Propiedad

Definición

Obtiene la configuración de seguridad para el transporte.

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

Valor de propiedad

TcpTransportSecurityElement

TcpTransportSecurityElement que especifica la configuración de seguridad para el transporte.

Atributos

Se aplica a