Windows Media Player SDK banner art
PreviousNext

Network.setProxyPort

The setProxyPort method specifies the proxy port to use.

Syntax

player.network.setProxyPort(protocol, port)

Parameters

  protocol

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

Value Description
HTTP Hypertext Transfer Protocol
MMS Microsoft Media Services

  port

Number (long) specifying the proxy port to use.

Return Values

This method does not return a value.

Remarks

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.