Windows Media Player SDK banner art
PreviousNext

Network.setProxyExceptionList

The setProxyExceptionList method specifies the proxy exception list.

Syntax

player.network.setProxyExceptionList(protocol, list)

Parameters

  protocol

String specifying the protocol name. Contains one of the following values.

Value Description
HTTP Hypertext Transfer Protocol
MMS Microsoft Media Services

  list

String specifying a comma-delimited list of hosts for which the proxy server is bypassed.

Return Values

This method does not return a value.

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.

This method has no effect unless getProxySettings returns a value of two (use manual settings).

See Also

PreviousNext


© 2000-2001 Microsoft Corporation. All rights reserved.