Freigeben über


IDTSHttpClientConnection100.UseProxyCredentials Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die Verbindung Netzwerkanmeldeinformationen verwendet, oder legt ihn fest.

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

Eigenschaftswert

true, wenn die Verbindung Netzwerkanmeldeinformationen verwendet; andernfalls "false".

Attribute

Hinweise

Weitere Informationen finden Sie unter HttpClientConnection100Class.

Gilt für: