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