Share via


HttpTransportSecurityElement.ProxyCredentialType Propiedad

Definición

Obtiene o establece el tipo de credenciales del cliente que se va a utilizar para la autenticación con el proxy.

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

Valor de propiedad

Tipo de credenciales del cliente que se va a usar para la autenticación con el proxy.

Atributos

Se aplica a