EndpointProtocolOptions 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
可能的端點協定選項
此列舉支援其成員值的位元組合。
[System.Flags]
public enum EndpointProtocolOptions
[<System.Flags>]
type EndpointProtocolOptions =
Public Enum EndpointProtocolOptions
- 繼承
-
EndpointProtocolOptions
- 屬性
欄位
| 名稱 | 值 | Description |
|---|---|---|
| None | 0 | |
| HttpAuthenticationRealm | 1 | |
| HttpAuthentication | 2 | |
| HttpClearPort | 4 | |
| HttpCompression | 8 | |
| HttpDefaultLogonDomain | 16 | |
| HttpPath | 32 | |
| HttpPorts | 64 | |
| HttpSite | 128 | |
| HttpSslPort | 256 | |
| HttpOptions | 511 | |
| TcpListenerIP | 512 | |
| TcpListenerPort | 1024 | |
| TcpOptions | 1536 |