Freigeben über


DialogServiceConfig.SetProxy Methode

Definition

Überlädt

SetProxy(String, Int32)

Legt die Proxykonfiguration fest.

SetProxy(String, Int32, String, String)

Legt die Proxykonfiguration fest.

Hinweis: Proxyfunktionen sind unter macOS nicht verfügbar. Diese Methode hat keine Auswirkungen auf die macOS-Plattform.

SetProxy(String, Int32)

Legt die Proxykonfiguration fest.

public void SetProxy (string proxyHostName, int proxyPort);
member this.SetProxy : string * int -> unit
Public Sub SetProxy (proxyHostName As String, proxyPort As Integer)

Parameter

proxyHostName
String

Der Hostname des Proxyservers.

proxyPort
Int32

Die Portnummer des Proxyservers.

Gilt für:

SetProxy(String, Int32, String, String)

Legt die Proxykonfiguration fest.

Hinweis: Proxyfunktionen sind unter macOS nicht verfügbar. Diese Methode hat keine Auswirkungen auf die macOS-Plattform.

public void SetProxy (string proxyHostName, int proxyPort, string proxyUserName, string proxyPassword);
member this.SetProxy : string * int * string * string -> unit
Public Sub SetProxy (proxyHostName As String, proxyPort As Integer, proxyUserName As String, proxyPassword As String)

Parameter

proxyHostName
String

Der Hostname des Proxyservers ohne Protokollschema (http://)

proxyPort
Int32

Die Portnummer des Proxyservers.

proxyUserName
String

Der Benutzername des Proxyservers.

proxyPassword
String

Das Kennwort des Proxyservers.

Gilt für: