IVsWebProxy Interface

Definition

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

Methods

PrepareWebProxy(String, UInt32, UInt32, Int32)

Prepares the web proxy for a web call by attaching credentials to it.

Applies to