Compartir vía


WSHttpTransportSecurityElement.ProxyCredentialType Propiedad

Definición

Obtiene o establece las credenciales usadas para autenticar al cliente en un proxy del 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

Valor de propiedad

HttpProxyCredentialType

Un valor HttpProxyCredentialType válido que especifica las credenciales usadas para autenticar al cliente en un proxy del dominio.

Atributos

Se aplica a