Share via


ModuleSettings Class [IIS 7 and higher]

Represents the type information for a custom System.Net.IWebProxy module.

Syntax

class ModuleSettings : EmbeddedObject

Methods

This class contains no methods.

Properties

The following table lists the properties exposed by the ModuleSettings class.

Name

Description

Type

A read/write string value that specifies the type and assembly information for the current instance.

Subclasses

This class contains no subclasses.

Remarks

Instances of this class are contained in the Module property of the DefaultProxySection class.

This class specifies a Web proxy that handles requests made with the System.Net.WebRequest and System.Net.WebClient classes.

Inheritance Hierarchy

EmbeddedObject

   ModuleSettings

Requirements

Type

Description

Client

Requires IIS 7 on Windows Vista.

Server

Requires IIS 7 on Windows Server 2008.

Product

IIS 7

MOF file

WebAdministration.mof

See Also

Reference

DefaultProxySection Class [IIS 7 and higher]

EmbeddedObject Class [IIS 7 and higher]

Other Resources

System.Net.IWebProxy Interface

System.Net.WebRequest Class

System.Net.WebClient Class