EndpointProtocolOptions 列挙型

定義

使用可能なエンドポイント プロトコル オプション

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

[System.Flags]
public enum EndpointProtocolOptions
[<System.Flags>]
type EndpointProtocolOptions = 
Public Enum EndpointProtocolOptions
継承
EndpointProtocolOptions
属性

フィールド

名前 説明
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

適用対象