Compartilhar via


IDTSHttpClientConnection100.UseProxyCredentials Propriedade

Definição

Obtém ou define um valor que indica se a conexão usará ou não credenciais de rede.

public:
 property bool UseProxyCredentials { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(19)]
public bool UseProxyCredentials { [System.Runtime.InteropServices.DispId(19)] get; [System.Runtime.InteropServices.DispId(19)] set; }
[<System.Runtime.InteropServices.DispId(19)>]
[<get: System.Runtime.InteropServices.DispId(19)>]
[<set: System.Runtime.InteropServices.DispId(19)>]
member this.UseProxyCredentials : bool with get, set
Public Property UseProxyCredentials As Boolean

Valor da propriedade

true se a conexão usará credenciais de rede; caso contrário, false.

Atributos

Comentários

Para obter mais informações, consulte HttpClientConnection100Class.

Aplica-se a