Win32 API 日本語リファレンス
ホームNetworking.HttpServer › HTTP_REQUEST_SIZING_TYPE

HTTP_REQUEST_SIZING_TYPE

列挙型
基底型i4

メンバー 6

名前10進16進
HttpRequestSizingTypeTlsHandshakeLeg1ClientData00x0
HttpRequestSizingTypeTlsHandshakeLeg1ServerData10x1
HttpRequestSizingTypeTlsHandshakeLeg2ClientData20x2
HttpRequestSizingTypeTlsHandshakeLeg2ServerData30x3
HttpRequestSizingTypeHeaders40x4
HttpRequestSizingTypeMax50x5

各言語での定義

列挙メンバーの定義。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 Enum
import 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* = 5
enum 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