Sdílet prostřednictvím


PackWebRequest.Proxy Vlastnost

Definice

Získá nebo nastaví síťový proxy pro přístup k internetu.

public:
 virtual property System::Net::IWebProxy ^ Proxy { System::Net::IWebProxy ^ get(); void set(System::Net::IWebProxy ^ value); };
public override System.Net.IWebProxy Proxy { [System.Security.SecurityCritical] get; [System.Security.SecurityCritical] set; }
public override System.Net.IWebProxy Proxy { get; set; }
[<get: System.Security.SecurityCritical>]
[<set: System.Security.SecurityCritical>]
member this.Proxy : System.Net.IWebProxy with get, set
member this.Proxy : System.Net.IWebProxy with get, set
Public Overrides Property Proxy As IWebProxy

Hodnota vlastnosti

Chcete-li WebProxy použít pro přístup k internetu.

Atributy

Poznámky

Vlastnost Proxy se sdílí s vnitřní WebRequest vlastností (GetInnerRequest).

Platí pro