IDTSHttpClientConnection100.UseProxyCredentials Proprietà

Definizione

Ottiene o imposta un valore che indica se la connessione utilizzerà o meno credenziali di rete.

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

Valore della proprietà

true se la connessione userà le credenziali di rete; in caso contrario, false.

Attributi

Commenti

Per altre informazioni, vedere HttpClientConnection100Class.

Si applica a