DefaultProxySection.Module Egenskap

Definition

Hämtar typinformationen för en anpassad webbproxyimplementering.

public:
 property System::Net::Configuration::ModuleElement ^ Module { System::Net::Configuration::ModuleElement ^ get(); };
[System.Configuration.ConfigurationProperty("module")]
public System.Net.Configuration.ModuleElement Module { get; }
[<System.Configuration.ConfigurationProperty("module")>]
member this.Module : System.Net.Configuration.ModuleElement
Public ReadOnly Property Module As ModuleElement

Egenskapsvärde

Typinformation för en anpassad webbproxyimplementering.

Attribut

Kommentarer

Den ModuleElement som returneras av den här egenskapen identifierar typen, sammansättningen och versionen av en anpassad IWebProxy implementering.

Gäller för

Se även