返回介绍

Security.PrefetchSocketPolicy 预读套接字策略

发布于 2019-12-18 15:38:31 字数 1799 浏览 1056 评论 0 收藏 0

JavaScript => public static function PrefetchSocketPolicy(ip: string, atPort: int, timeout: int = 3000): bool;
public static function PrefetchSocketPolicy(ip: string, atPort: int, timeout: int = 3000): bool;
C# => public static bool PrefetchSocketPolicy(string ip, int atPort, int timeout = 3000);
public static bool PrefetchSocketPolicy(string ip, int atPort, int timeout = 3000);

Parameters 参数

ipIP address of server.
服务器的IP地址。
atPortPort from where socket policy is read.
套接字策略被读取的端口。
timeoutTime to wait for response.
响应等待时间。

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.

在网络播放器试图Socket(套接字)连接,需要通过套接字策略验证。当策略托管在一个不同的端口而不是默认的端口(843)时,它需要显式获取,用于这个API调用之前,套接字尝试连接。timeout是以毫秒为单位。

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

返回值表示,策略是否成功索取或没有。

Security

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文