Freigeben über


WebProxySettings Konstruktoren

Definition

Überlädt

WebProxySettings()

Initialisiert eine neue instance der WebProxySettings-Klasse.

WebProxySettings(AuthenticationType, String, String)

Initialisiert einen neuen instance der WebProxySettings-Klasse mit den erforderlichen Argumenten.

WebProxySettings()

Initialisiert eine neue instance der WebProxySettings-Klasse.

public WebProxySettings ();
Public Sub New ()

Gilt für:

WebProxySettings(AuthenticationType, String, String)

Initialisiert einen neuen instance der WebProxySettings-Klasse mit den erforderlichen Argumenten.

public WebProxySettings (Microsoft.WindowsAzure.Management.StorSimple.Models.AuthenticationType authentication, string connectionURI, string username);
new Microsoft.WindowsAzure.Management.StorSimple.Models.WebProxySettings : Microsoft.WindowsAzure.Management.StorSimple.Models.AuthenticationType * string * string -> Microsoft.WindowsAzure.Management.StorSimple.Models.WebProxySettings
Public Sub New (authentication As AuthenticationType, connectionURI As String, username As String)

Parameter

authentication
AuthenticationType
connectionURI
String
username
String

Gilt für: