![]() |
Previous | Next |
The setProxyBypassForLocal method specifies a value indicating whether the proxy server is bypassed if the origin server is on a local network.
Syntax
player.network.setProxyBypassForLocal(protocol, bypass)
Parameters
protocol
String specifying the protocol name. Contains one of the following values.
Value | Description |
HTTP | Hypertext Transfer Protocol |
MMS | Microsoft Media Services |
bypass
Boolean specifying whether the proxy server is bypassed.
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
Previous | Next |