BypassElement Class [IIS 7 and higher]
Contains address information for resources that bypass the Web proxy server.
Syntax
class BypassElement : CollectionElement
Methods
This class contains no methods.
Properties
The following table lists the properties exposed by the BypassElement class.
Name |
Description |
---|---|
Address |
A required unique read/write string value that contains a regular expression that defines a resource address or addresses that bypass the proxy server. Requests for the resource are sent instead directly to the server where the resource resides. The key property.
Note:
For more information about regular expressions, see the System.Text.RegularExpressions namespace.
|
Subclasses
This class contains no subclasses.
Remarks
Instances of this class are contained in the BypassList array property of the BypassListSettings class.
Inheritance Hierarchy
BypassElement
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
BypassListSettings Class [IIS 7 and higher]
CollectionElement Class [IIS 7 and higher]
DefaultProxySection Class [IIS 7 and higher]
Other Resources
System.Net.BypassElement Class