BasicHttpSecurityElement.Transport Propriedade
Definição
Obtém um elemento XML que especifica o transporte para um serviço HTTP básico.Gets an XML element that specifies the transport for a basic HTTP service.
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 da propriedade
Um elemento XML que especifica o transporte para um serviço HTTP básico.An XML element that specifies the transport for a basic HTTP service.
- Atributos