ProxyCredentialsRequiredException.Url 属性

需要凭据的 URL。

命名空间:  Microsoft.VisualStudio.ExtensionManager
程序集:  Microsoft.VisualStudio.ExtensionManager(在 Microsoft.VisualStudio.ExtensionManager.dll 中)

语法

声明
Public Property Url As String
public string Url { get; private set; }
public:
property String^ Url {
    String^ get ();
    private: void set (String^ value);
}
member Url : string with get, private set
function get Url () : String 
private function set Url (value : String)

属性值

类型:String
需要凭据的 URL。

备注

尽管此 API 支持 扩展管理器 基础结构,不建议使用它,因为它可能会发生更改。

,在此捕获到异常时,此属性的值作为参数传递给 PrepareWebProxy 方法。

.NET Framework 安全性

请参阅

参考

ProxyCredentialsRequiredException 类

Microsoft.VisualStudio.ExtensionManager 命名空间