HttpPortTypes 列挙型

定義

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

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

フィールド

名前 説明
None 0
Ssl 1
Clear 2
All 3

適用対象