WebProxySettings Constructors

Definition

Overloads

WebProxySettings()

Initializes a new instance of the WebProxySettings class.

WebProxySettings(AuthenticationType, String, String)

Initializes a new instance of the WebProxySettings class with required arguments.

WebProxySettings()

Initializes a new instance of the WebProxySettings class.

public WebProxySettings ();
Public Sub New ()

Applies to

WebProxySettings(AuthenticationType, String, String)

Initializes a new instance of the WebProxySettings class with required arguments.

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)

Parameters

authentication
AuthenticationType
connectionURI
String
username
String

Applies to