![]() |
Previous | Next |
The getProxyExceptionList method retrieves the proxy exception list.
Syntax
player.network.getProxyExceptionList(protocol)
Parameters
protocol
String specifying the protocol name. Contains one of the following values.
Value | Description |
HTTP | Hypertext Transfer Protocol |
MMS | Microsoft Media Services |
Return Values
This method returns a String specifying a comma-delimited list of hosts for which the proxy server is bypassed. The value returned is meaningful only when getProxySettings returns a value of two (use manual settings).
Remarks
This is a list of computers, domains, and/or addresses that will bypass the proxy server when the host portion of the target URL matches an entry in the list.
Wildcards can be used in the list entries via the “*” character. For example, “*.com” would match all hosts in the “com” domain while “67.*” would match all hosts in the 67 class A subnet.
See Also
Previous | Next |