WSHttpTransportSecurityElement.ProxyCredentialType Proprietà

Definizione

Ottiene o imposta le credenziali utilizzate per autenticare il client in un proxy di dominio.

public:
 property System::ServiceModel::HttpProxyCredentialType ProxyCredentialType { System::ServiceModel::HttpProxyCredentialType get(); void set(System::ServiceModel::HttpProxyCredentialType value); };
[System.Configuration.ConfigurationProperty("proxyCredentialType", DefaultValue=System.ServiceModel.HttpProxyCredentialType.None)]
public System.ServiceModel.HttpProxyCredentialType ProxyCredentialType { get; set; }
[<System.Configuration.ConfigurationProperty("proxyCredentialType", DefaultValue=System.ServiceModel.HttpProxyCredentialType.None)>]
member this.ProxyCredentialType : System.ServiceModel.HttpProxyCredentialType with get, set
Public Property ProxyCredentialType As HttpProxyCredentialType

Valore della proprietà

Valore valido HttpProxyCredentialType che specifica le credenziali usate per autenticare il client in un proxy di dominio.

Attributi

Si applica a