Share via


ProxyCredentialsRequiredException.Url Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

The URL that requires credentials.

Namespace:  Microsoft.VisualStudio.ExtensionManager
Assembly:  Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)

Syntax

'Declaration
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)

Property Value

Type: System.String
The URL that requires credentials.

Remarks

Although this API supports the Extension Manager infrastructure, we recommend that you do not use it because it is subject to change.

The value of this property is passed as a parameter to the PrepareWebProxy method when this exception is caught.

.NET Framework Security

See Also

Reference

ProxyCredentialsRequiredException Class

Microsoft.VisualStudio.ExtensionManager Namespace