Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 2.95 KB

bypasslistsettings-class.md

File metadata and controls

49 lines (37 loc) · 2.95 KB
title description ms.date ms.assetid
BypassListSettings Class
This article has information on syntax, methods, properties, subclasses, inheritance hierarchy, and requirements for the BypassListSettings class.
10/07/2016
25023472-de95-4b27-a96f-1aae47b47088

BypassListSettings Class

Contains address information for resources that bypass the Web proxy server.

Syntax

class BypassListSettings : EmbeddedObject  

Methods

This class contains no methods.

Properties

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

Name Description
BypassList An array of BypassElement values that contain address information for resources that bypass the Web proxy server.

Subclasses

This class contains no subclasses.

Remarks

Instances of this class are contained in the BypassList array property of the DefaultProxySection class.

Inheritance Hierarchy

EmbeddedObject

BypassListSettings

Requirements

Type Description
Client - [!INCLUDEiis70] on [!INCLUDEwinvista]
- [!INCLUDEiis75] on [!INCLUDEwin7]
- [!INCLUDEiis80] on [!INCLUDEwin8]
- [!INCLUDEiis100] on [!INCLUDEwin10]
Server - [!INCLUDEiis70] on [!INCLUDEwinsrv2008]
- [!INCLUDEiis75] on [!INCLUDEwinsrv2008r2]
- [!INCLUDEiis80] on [!INCLUDEwinsrv2012]
- [!INCLUDEiis85] on [!INCLUDEwinsrv2012r2]
- [!INCLUDEiis100] on [!INCLUDEwinsrv2016]
Product - [!INCLUDEiis70], [!INCLUDEiis75], [!INCLUDEiis80], [!INCLUDEiis85], [!INCLUDEiis100]
MOF file WebAdministration.mof

See Also

BypassElement Class
DefaultProxySection Class
EmbeddedObject Class