WebProxySettings Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET