Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Web proxy service interface.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
Syntax
'Declaration
<GuidAttribute("62A84AEF-423D-4827-833F-7918753C0269")> _
<InterfaceTypeAttribute()> _
Public Interface IVsWebProxy
[GuidAttribute("62A84AEF-423D-4827-833F-7918753C0269")]
[InterfaceTypeAttribute()]
public interface IVsWebProxy
[GuidAttribute(L"62A84AEF-423D-4827-833F-7918753C0269")]
[InterfaceTypeAttribute()]
public interface class IVsWebProxy
[<GuidAttribute("62A84AEF-423D-4827-833F-7918753C0269")>]
[<InterfaceTypeAttribute()>]
type IVsWebProxy = interface end
public interface IVsWebProxy
The IVsWebProxy type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
PrepareWebProxy | Prepares the web proxy for a web call by attaching credentials to it. |
Top