HttpProtocols 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
HTTP 通訊協定版本
此列舉支援其成員值的位元組合。
public enum class HttpProtocols
[System.Flags]
public enum HttpProtocols
[<System.Flags>]
type HttpProtocols =
Public Enum HttpProtocols
- 繼承
-
HttpProtocols
- 屬性
欄位
Http1 | 1 | HTTP/1.0 通訊協定版本。 |
Http1AndHttp2 | 3 | |
Http1AndHttp2AndHttp3 | 7 | |
Http2 | 2 | HTTP/2.0 通訊協定版本。 |
Http3 | 4 | HTTP/3.0 通訊協定版本。 |
None | 0 | 未指定 HTTP 通訊協定版本。 |