<channel-definition id="secure-amf" class="mx.messaging.channels.SecureAMFChannel">
<endpoint uri="https://{server.name}:{server.port}/gateway/"
class="flex.messaging.endpoints.SecureAMFEndpoint"/>
<properties>
<add-no-cache-headers>false</add-no-cache-headers>
<polling-enabled>false</polling-enabled>
<serialization>
<instantiate-types>false</instantiate-types>
</serialization>
</properties>
</channel-definition>
AMf
最新推荐文章于 2025-05-15 10:16:06 发布
本文介绍了一种配置安全AMF通道的方法,详细展示了如何通过设置属性来定义安全AMF通道,包括使用HTTPS协议、禁用缓存头添加、关闭轮询等功能。
478

被折叠的 条评论
为什么被折叠?



