ホーム › Networking.HttpServer › HTTP_SERVER_PROPERTY
HTTP_SERVER_PROPERTY
列挙型メンバー 15
| 名前 | 10進 | 16進 |
|---|---|---|
| HttpServerAuthenticationProperty | 0 | 0x0 |
| HttpServerLoggingProperty | 1 | 0x1 |
| HttpServerQosProperty | 2 | 0x2 |
| HttpServerTimeoutsProperty | 3 | 0x3 |
| HttpServerQueueLengthProperty | 4 | 0x4 |
| HttpServerStateProperty | 5 | 0x5 |
| HttpServer503VerbosityProperty | 6 | 0x6 |
| HttpServerBindingProperty | 7 | 0x7 |
| HttpServerExtendedAuthenticationProperty | 8 | 0x8 |
| HttpServerListenEndpointProperty | 9 | 0x9 |
| HttpServerChannelBindProperty | 10 | 0xA |
| HttpServerProtectionLevelProperty | 11 | 0xB |
| HttpServerDelegationProperty | 16 | 0x10 |
| HttpServerFastForwardingProperty | 18 | 0x12 |
| HttpServerRequestInfoProperty | 19 | 0x13 |
各言語での定義
列挙メンバーの定義。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 Enumimport 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* = 19enum 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