SocketClientAccessPolicyProtocol 枚举

定义

注意

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
继承
SocketClientAccessPolicyProtocol
属性

字段

Http 1

使用在 TCP 端口 943 上运行的 HTTP 协议下载套接字策略文件。

Tcp 0

使用在 TCP 端口 943 上运行的自定义 TCP 协议下载套接字策略文件。

适用于