Compartilhar via


Interface IVsWebProxy

 

Interface do serviço de proxy da Web.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.9.0 (em Microsoft.VisualStudio.Shell.Interop.9.0.dll)

Sintaxe

[GuidAttribute("62A84AEF-423D-4827-833F-7918753C0269")]
[InterfaceTypeAttribute(1)]
public interface IVsWebProxy
[GuidAttribute("62A84AEF-423D-4827-833F-7918753C0269")]
[InterfaceTypeAttribute(1)]
public interface class IVsWebProxy
[<GuidAttribute("62A84AEF-423D-4827-833F-7918753C0269")>]
[<InterfaceTypeAttribute(1)>]
type IVsWebProxy = interface end
<GuidAttribute("62A84AEF-423D-4827-833F-7918753C0269")>
<InterfaceTypeAttribute(1)>
Public Interface IVsWebProxy

Métodos

Nome Descrição
System_CAPS_pubmethod PrepareWebProxy(String, UInt32, UInt32, Int32)

Prepara o proxy da web para uma chamada de web, anexando as credenciais a ele.

Consulte também

Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo