ホーム › Networking.HttpServer › HTTP_REQUEST_SIZING_TYPE
HTTP_REQUEST_SIZING_TYPE
列挙型メンバー 6
| 名前 | 10進 | 16進 |
|---|---|---|
| HttpRequestSizingTypeTlsHandshakeLeg1ClientData | 0 | 0x0 |
| HttpRequestSizingTypeTlsHandshakeLeg1ServerData | 1 | 0x1 |
| HttpRequestSizingTypeTlsHandshakeLeg2ClientData | 2 | 0x2 |
| HttpRequestSizingTypeTlsHandshakeLeg2ServerData | 3 | 0x3 |
| HttpRequestSizingTypeHeaders | 4 | 0x4 |
| HttpRequestSizingTypeMax | 5 | 0x5 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum HTTP_REQUEST_SIZING_TYPE : int {
HttpRequestSizingTypeTlsHandshakeLeg1ClientData = 0,
HttpRequestSizingTypeTlsHandshakeLeg1ServerData = 1,
HttpRequestSizingTypeTlsHandshakeLeg2ClientData = 2,
HttpRequestSizingTypeTlsHandshakeLeg2ServerData = 3,
HttpRequestSizingTypeHeaders = 4,
HttpRequestSizingTypeMax = 5
} HTTP_REQUEST_SIZING_TYPE;public enum HTTP_REQUEST_SIZING_TYPE : int
{
HttpRequestSizingTypeTlsHandshakeLeg1ClientData = 0,
HttpRequestSizingTypeTlsHandshakeLeg1ServerData = 1,
HttpRequestSizingTypeTlsHandshakeLeg2ClientData = 2,
HttpRequestSizingTypeTlsHandshakeLeg2ServerData = 3,
HttpRequestSizingTypeHeaders = 4,
HttpRequestSizingTypeMax = 5,
}Public Enum HTTP_REQUEST_SIZING_TYPE As Integer
HttpRequestSizingTypeTlsHandshakeLeg1ClientData = 0
HttpRequestSizingTypeTlsHandshakeLeg1ServerData = 1
HttpRequestSizingTypeTlsHandshakeLeg2ClientData = 2
HttpRequestSizingTypeTlsHandshakeLeg2ServerData = 3
HttpRequestSizingTypeHeaders = 4
HttpRequestSizingTypeMax = 5
End Enumimport enum
class HTTP_REQUEST_SIZING_TYPE(enum.IntEnum):
HttpRequestSizingTypeTlsHandshakeLeg1ClientData = 0
HttpRequestSizingTypeTlsHandshakeLeg1ServerData = 1
HttpRequestSizingTypeTlsHandshakeLeg2ClientData = 2
HttpRequestSizingTypeTlsHandshakeLeg2ServerData = 3
HttpRequestSizingTypeHeaders = 4
HttpRequestSizingTypeMax = 5// HTTP_REQUEST_SIZING_TYPE
pub const HttpRequestSizingTypeTlsHandshakeLeg1ClientData: i32 = 0;
pub const HttpRequestSizingTypeTlsHandshakeLeg1ServerData: i32 = 1;
pub const HttpRequestSizingTypeTlsHandshakeLeg2ClientData: i32 = 2;
pub const HttpRequestSizingTypeTlsHandshakeLeg2ServerData: i32 = 3;
pub const HttpRequestSizingTypeHeaders: i32 = 4;
pub const HttpRequestSizingTypeMax: i32 = 5;// HTTP_REQUEST_SIZING_TYPE
const (
HttpRequestSizingTypeTlsHandshakeLeg1ClientData int32 = 0
HttpRequestSizingTypeTlsHandshakeLeg1ServerData int32 = 1
HttpRequestSizingTypeTlsHandshakeLeg2ClientData int32 = 2
HttpRequestSizingTypeTlsHandshakeLeg2ServerData int32 = 3
HttpRequestSizingTypeHeaders int32 = 4
HttpRequestSizingTypeMax int32 = 5
)const
HttpRequestSizingTypeTlsHandshakeLeg1ClientData = 0;
HttpRequestSizingTypeTlsHandshakeLeg1ServerData = 1;
HttpRequestSizingTypeTlsHandshakeLeg2ClientData = 2;
HttpRequestSizingTypeTlsHandshakeLeg2ServerData = 3;
HttpRequestSizingTypeHeaders = 4;
HttpRequestSizingTypeMax = 5;// HTTP_REQUEST_SIZING_TYPE
pub const HttpRequestSizingTypeTlsHandshakeLeg1ClientData: i32 = 0;
pub const HttpRequestSizingTypeTlsHandshakeLeg1ServerData: i32 = 1;
pub const HttpRequestSizingTypeTlsHandshakeLeg2ClientData: i32 = 2;
pub const HttpRequestSizingTypeTlsHandshakeLeg2ServerData: i32 = 3;
pub const HttpRequestSizingTypeHeaders: i32 = 4;
pub const HttpRequestSizingTypeMax: i32 = 5;const
HttpRequestSizingTypeTlsHandshakeLeg1ClientData* = 0
HttpRequestSizingTypeTlsHandshakeLeg1ServerData* = 1
HttpRequestSizingTypeTlsHandshakeLeg2ClientData* = 2
HttpRequestSizingTypeTlsHandshakeLeg2ServerData* = 3
HttpRequestSizingTypeHeaders* = 4
HttpRequestSizingTypeMax* = 5enum HTTP_REQUEST_SIZING_TYPE : int {
HttpRequestSizingTypeTlsHandshakeLeg1ClientData = 0,
HttpRequestSizingTypeTlsHandshakeLeg1ServerData = 1,
HttpRequestSizingTypeTlsHandshakeLeg2ClientData = 2,
HttpRequestSizingTypeTlsHandshakeLeg2ServerData = 3,
HttpRequestSizingTypeHeaders = 4,
HttpRequestSizingTypeMax = 5,
}#define global HttpRequestSizingTypeTlsHandshakeLeg1ClientData 0x0
#define global HttpRequestSizingTypeTlsHandshakeLeg1ServerData 0x1
#define global HttpRequestSizingTypeTlsHandshakeLeg2ClientData 0x2
#define global HttpRequestSizingTypeTlsHandshakeLeg2ServerData 0x3
#define global HttpRequestSizingTypeHeaders 0x4
#define global HttpRequestSizingTypeMax 0x5