DefaultProxySection.Module Property

Definition

Gets the type information for a custom Web proxy implementation.

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

Property Value

The type information for a custom Web proxy implementation.

Attributes

Remarks

The ModuleElement returned by this property identifies the type, assembly, and version of a custom IWebProxy implementation.

Applies to

See also