IVsWebProxy Interface
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.
Web proxy service interface.
public interface class IVsWebProxy
public interface class IVsWebProxy
__interface IVsWebProxy
[System.Runtime.InteropServices.Guid("62A84AEF-423D-4827-833F-7918753C0269")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsWebProxy
[System.Runtime.InteropServices.Guid("62A84AEF-423D-4827-833F-7918753C0269")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsWebProxy
[<System.Runtime.InteropServices.Guid("62A84AEF-423D-4827-833F-7918753C0269")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsWebProxy = interface
[<System.Runtime.InteropServices.Guid("62A84AEF-423D-4827-833F-7918753C0269")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsWebProxy = interface
Public Interface IVsWebProxy
- Attributes
Remarks
This interface must be accessed on the main thread.
Methods
PrepareWebProxy(String, UInt32, UInt32, Int32) |
Prepares the web proxy for a web call by attaching credentials to it. |