SocketClientAccessPolicyProtocol 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
指定下载客户端访问策略文件的方法。
public enum class SocketClientAccessPolicyProtocol
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public enum SocketClientAccessPolicyProtocol
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
type SocketClientAccessPolicyProtocol =
Public Enum SocketClientAccessPolicyProtocol
- 继承
- 属性
字段
Http | 1 | 使用在 TCP 端口 943 上运行的 HTTP 协议下载套接字策略文件。 |
Tcp | 0 | 使用在 TCP 端口 943 上运行的自定义 TCP 协议下载套接字策略文件。 |