![]() |
Previous | Next |
The getProxyPort method retrieves the proxy port being used.
Syntax
player.network.getProxyPort(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 Number (long) containing the proxy port being used. The value returned is meaningful only when getProxySettings returns a value of two (use manual settings).
See Also
Previous | Next |