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

HTTP_SERVER_PROPERTY

列挙型
基底型i4

メンバー 15

名前10進16進
HttpServerAuthenticationProperty00x0
HttpServerLoggingProperty10x1
HttpServerQosProperty20x2
HttpServerTimeoutsProperty30x3
HttpServerQueueLengthProperty40x4
HttpServerStateProperty50x5
HttpServer503VerbosityProperty60x6
HttpServerBindingProperty70x7
HttpServerExtendedAuthenticationProperty80x8
HttpServerListenEndpointProperty90x9
HttpServerChannelBindProperty100xA
HttpServerProtectionLevelProperty110xB
HttpServerDelegationProperty160x10
HttpServerFastForwardingProperty180x12
HttpServerRequestInfoProperty190x13

各言語での定義

列挙メンバーの定義。HSP タブは #define global(値は16進)。

typedef enum HTTP_SERVER_PROPERTY : int {
    HttpServerAuthenticationProperty = 0,
    HttpServerLoggingProperty = 1,
    HttpServerQosProperty = 2,
    HttpServerTimeoutsProperty = 3,
    HttpServerQueueLengthProperty = 4,
    HttpServerStateProperty = 5,
    HttpServer503VerbosityProperty = 6,
    HttpServerBindingProperty = 7,
    HttpServerExtendedAuthenticationProperty = 8,
    HttpServerListenEndpointProperty = 9,
    HttpServerChannelBindProperty = 10,
    HttpServerProtectionLevelProperty = 11,
    HttpServerDelegationProperty = 16,
    HttpServerFastForwardingProperty = 18,
    HttpServerRequestInfoProperty = 19
} HTTP_SERVER_PROPERTY;
public enum HTTP_SERVER_PROPERTY : int
{
    HttpServerAuthenticationProperty = 0,
    HttpServerLoggingProperty = 1,
    HttpServerQosProperty = 2,
    HttpServerTimeoutsProperty = 3,
    HttpServerQueueLengthProperty = 4,
    HttpServerStateProperty = 5,
    HttpServer503VerbosityProperty = 6,
    HttpServerBindingProperty = 7,
    HttpServerExtendedAuthenticationProperty = 8,
    HttpServerListenEndpointProperty = 9,
    HttpServerChannelBindProperty = 10,
    HttpServerProtectionLevelProperty = 11,
    HttpServerDelegationProperty = 16,
    HttpServerFastForwardingProperty = 18,
    HttpServerRequestInfoProperty = 19,
}
Public Enum HTTP_SERVER_PROPERTY As Integer
    HttpServerAuthenticationProperty = 0
    HttpServerLoggingProperty = 1
    HttpServerQosProperty = 2
    HttpServerTimeoutsProperty = 3
    HttpServerQueueLengthProperty = 4
    HttpServerStateProperty = 5
    HttpServer503VerbosityProperty = 6
    HttpServerBindingProperty = 7
    HttpServerExtendedAuthenticationProperty = 8
    HttpServerListenEndpointProperty = 9
    HttpServerChannelBindProperty = 10
    HttpServerProtectionLevelProperty = 11
    HttpServerDelegationProperty = 16
    HttpServerFastForwardingProperty = 18
    HttpServerRequestInfoProperty = 19
End Enum
import enum

class HTTP_SERVER_PROPERTY(enum.IntEnum):
    HttpServerAuthenticationProperty = 0
    HttpServerLoggingProperty = 1
    HttpServerQosProperty = 2
    HttpServerTimeoutsProperty = 3
    HttpServerQueueLengthProperty = 4
    HttpServerStateProperty = 5
    HttpServer503VerbosityProperty = 6
    HttpServerBindingProperty = 7
    HttpServerExtendedAuthenticationProperty = 8
    HttpServerListenEndpointProperty = 9
    HttpServerChannelBindProperty = 10
    HttpServerProtectionLevelProperty = 11
    HttpServerDelegationProperty = 16
    HttpServerFastForwardingProperty = 18
    HttpServerRequestInfoProperty = 19
// HTTP_SERVER_PROPERTY
pub const HttpServerAuthenticationProperty: i32 = 0;
pub const HttpServerLoggingProperty: i32 = 1;
pub const HttpServerQosProperty: i32 = 2;
pub const HttpServerTimeoutsProperty: i32 = 3;
pub const HttpServerQueueLengthProperty: i32 = 4;
pub const HttpServerStateProperty: i32 = 5;
pub const HttpServer503VerbosityProperty: i32 = 6;
pub const HttpServerBindingProperty: i32 = 7;
pub const HttpServerExtendedAuthenticationProperty: i32 = 8;
pub const HttpServerListenEndpointProperty: i32 = 9;
pub const HttpServerChannelBindProperty: i32 = 10;
pub const HttpServerProtectionLevelProperty: i32 = 11;
pub const HttpServerDelegationProperty: i32 = 16;
pub const HttpServerFastForwardingProperty: i32 = 18;
pub const HttpServerRequestInfoProperty: i32 = 19;
// HTTP_SERVER_PROPERTY
const (
	HttpServerAuthenticationProperty int32 = 0
	HttpServerLoggingProperty int32 = 1
	HttpServerQosProperty int32 = 2
	HttpServerTimeoutsProperty int32 = 3
	HttpServerQueueLengthProperty int32 = 4
	HttpServerStateProperty int32 = 5
	HttpServer503VerbosityProperty int32 = 6
	HttpServerBindingProperty int32 = 7
	HttpServerExtendedAuthenticationProperty int32 = 8
	HttpServerListenEndpointProperty int32 = 9
	HttpServerChannelBindProperty int32 = 10
	HttpServerProtectionLevelProperty int32 = 11
	HttpServerDelegationProperty int32 = 16
	HttpServerFastForwardingProperty int32 = 18
	HttpServerRequestInfoProperty int32 = 19
)
const
  HttpServerAuthenticationProperty = 0;
  HttpServerLoggingProperty = 1;
  HttpServerQosProperty = 2;
  HttpServerTimeoutsProperty = 3;
  HttpServerQueueLengthProperty = 4;
  HttpServerStateProperty = 5;
  HttpServer503VerbosityProperty = 6;
  HttpServerBindingProperty = 7;
  HttpServerExtendedAuthenticationProperty = 8;
  HttpServerListenEndpointProperty = 9;
  HttpServerChannelBindProperty = 10;
  HttpServerProtectionLevelProperty = 11;
  HttpServerDelegationProperty = 16;
  HttpServerFastForwardingProperty = 18;
  HttpServerRequestInfoProperty = 19;
// HTTP_SERVER_PROPERTY
pub const HttpServerAuthenticationProperty: i32 = 0;
pub const HttpServerLoggingProperty: i32 = 1;
pub const HttpServerQosProperty: i32 = 2;
pub const HttpServerTimeoutsProperty: i32 = 3;
pub const HttpServerQueueLengthProperty: i32 = 4;
pub const HttpServerStateProperty: i32 = 5;
pub const HttpServer503VerbosityProperty: i32 = 6;
pub const HttpServerBindingProperty: i32 = 7;
pub const HttpServerExtendedAuthenticationProperty: i32 = 8;
pub const HttpServerListenEndpointProperty: i32 = 9;
pub const HttpServerChannelBindProperty: i32 = 10;
pub const HttpServerProtectionLevelProperty: i32 = 11;
pub const HttpServerDelegationProperty: i32 = 16;
pub const HttpServerFastForwardingProperty: i32 = 18;
pub const HttpServerRequestInfoProperty: i32 = 19;
const
  HttpServerAuthenticationProperty* = 0
  HttpServerLoggingProperty* = 1
  HttpServerQosProperty* = 2
  HttpServerTimeoutsProperty* = 3
  HttpServerQueueLengthProperty* = 4
  HttpServerStateProperty* = 5
  HttpServer503VerbosityProperty* = 6
  HttpServerBindingProperty* = 7
  HttpServerExtendedAuthenticationProperty* = 8
  HttpServerListenEndpointProperty* = 9
  HttpServerChannelBindProperty* = 10
  HttpServerProtectionLevelProperty* = 11
  HttpServerDelegationProperty* = 16
  HttpServerFastForwardingProperty* = 18
  HttpServerRequestInfoProperty* = 19
enum HTTP_SERVER_PROPERTY : int {
    HttpServerAuthenticationProperty = 0,
    HttpServerLoggingProperty = 1,
    HttpServerQosProperty = 2,
    HttpServerTimeoutsProperty = 3,
    HttpServerQueueLengthProperty = 4,
    HttpServerStateProperty = 5,
    HttpServer503VerbosityProperty = 6,
    HttpServerBindingProperty = 7,
    HttpServerExtendedAuthenticationProperty = 8,
    HttpServerListenEndpointProperty = 9,
    HttpServerChannelBindProperty = 10,
    HttpServerProtectionLevelProperty = 11,
    HttpServerDelegationProperty = 16,
    HttpServerFastForwardingProperty = 18,
    HttpServerRequestInfoProperty = 19,
}
#define global HttpServerAuthenticationProperty         0x0
#define global HttpServerLoggingProperty                0x1
#define global HttpServerQosProperty                    0x2
#define global HttpServerTimeoutsProperty               0x3
#define global HttpServerQueueLengthProperty            0x4
#define global HttpServerStateProperty                  0x5
#define global HttpServer503VerbosityProperty           0x6
#define global HttpServerBindingProperty                0x7
#define global HttpServerExtendedAuthenticationProperty 0x8
#define global HttpServerListenEndpointProperty         0x9
#define global HttpServerChannelBindProperty            0xA
#define global HttpServerProtectionLevelProperty        0xB
#define global HttpServerDelegationProperty             0x10
#define global HttpServerFastForwardingProperty         0x12
#define global HttpServerRequestInfoProperty            0x13