共用方式為


<module> 項目

將新的 Pxory 模組加入至應用程式。

<configuration>
<system.net>
<defaultProxy>
<module>

<module
   type = "Assembly, Class"
/>

必要屬性

屬性 說明
type 實作 Proxy 的模組的組件和類別名稱。

備註

<module> 項目會註冊實作 IWebProxy 介面的 Proxy 類別。註冊了 Proxy 類別之後,可以使用 <module>,透過支援的 Proxy 要求資訊。

範例

以下範例會註冊自訂的 Proxy 類別。

<configuration>
   <system.net>
      <defaultProxy>
         <module
            type = "MyProxy.dll, MyProx"
         />
      </defaultProxy>
   </system.net>
</configuration>

組態檔

這個項目可在應用程式組態檔、電腦組態檔 (Machine.config) 和發行者原則檔中使用。

請參閱

<defaultProxy> 項目 | 網路設定結構描述