Security.PrefetchSocketPolicy Manual     Reference     Scripting  
Scripting > Runtime Classes > Security
Security.PrefetchSocketPolicy
このドキュメントは有志により翻訳されたもので、オフィシャルではありません。オリジナルのページはこちら
This document is unofficially translated by users.Please see the original document here.

翻訳に関する修正など、ご連絡はこちらまで。
Please send e-mail to here, when you have any question about the translation.

編集 (GitHub)

static function PrefetchSocketPolicy (ip : string, atPort : int, timeout : int = 3000) : bool

Description

Prefetch the webplayer socket security policy from a non-default port number.

Socket connections attempted in a webplayer need to be validated by a socket policy. When the policy is hosted on a port different than the default port number (843) it needs to be explicitly fetched with this API call before any socket connections are attempted. The timeout argument is in milliseconds.

The return value indicates if a policy was successfully retrieved or not.

See more about the webplayer security sandbox in the manual.