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