SocketClientAccessPolicyProtocol 枚举
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
指定下载客户端访问策略文件的方法。
public enum class SocketClientAccessPolicyProtocol
C#
[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 协议下载套接字策略文件。 |
产品 | 版本 (已过时) |
---|---|
.NET Framework | (4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1) |