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 通訊協定下載通訊端原則檔案。 |