你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

WebproxySettings 构造函数

定义

重载

WebproxySettings()

初始化 WebproxySettings 类的新实例。

WebproxySettings(AuthenticationType, String, String)

初始化 WebproxySettings 类的新实例。

WebproxySettings()

初始化 WebproxySettings 类的新实例。

public WebproxySettings ();
Public Sub New ()

适用于

WebproxySettings(AuthenticationType, String, String)

初始化 WebproxySettings 类的新实例。

public WebproxySettings (Microsoft.Azure.Management.StorSimple8000Series.Models.AuthenticationType authentication, string username, string connectionUri = default);
new Microsoft.Azure.Management.StorSimple8000Series.Models.WebproxySettings : Microsoft.Azure.Management.StorSimple8000Series.Models.AuthenticationType * string * string -> Microsoft.Azure.Management.StorSimple8000Series.Models.WebproxySettings
Public Sub New (authentication As AuthenticationType, username As String, Optional connectionUri As String = Nothing)

参数

authentication
AuthenticationType

身份验证类型。 可能的值包括:“Invalid”、“None”、“Basic”、“NTLM”

username
String

webproxy 用户名。

connectionUri
String

连接 URI。

适用于