WebClient.Proxy Proprietà
Definizione
public:
property System::Net::IWebProxy ^ Proxy { System::Net::IWebProxy ^ get(); void set(System::Net::IWebProxy ^ value); };
public System.Net.IWebProxy? Proxy { get; set; }
public System.Net.IWebProxy Proxy { get; set; }
member this.Proxy : System.Net.IWebProxy with get, set
Public Property Proxy As IWebProxy
Valore della proprietà
Istanza di IWebProxy utilizzata per l'invio delle richieste.An IWebProxy instance used to send requests.
Eccezioni
Commenti
La Proxy proprietà identifica l' IWebProxy istanza di che comunica con server remoti per conto di questo WebClient oggetto.The Proxy property identifies the IWebProxy instance that communicates with remote servers on behalf of this WebClient object. Il proxy viene impostato dal sistema utilizzando i file di configurazione e le impostazioni della rete locale di Internet Explorer.The proxy is set by the system using configuration files and the Internet Explorer Local Area Network settings. Per specificare che non deve essere utilizzato alcun proxy, impostare la Proxy proprietà su null
.To specify that no proxy should be used, set the Proxy property to null
.
Per informazioni sul rilevamento automatico del proxy, vedere rilevamento automatico del proxy.For information on automatic proxy detection, see Automatic Proxy Detection.