Bagikan melalui


enumerasi HTTP_SERVICE_CONFIG_ID (http.h)

Jenis enumerasi HTTP_SERVICE_CONFIG_ID menentukan opsi konfigurasi layanan.

Sintaks

typedef enum _HTTP_SERVICE_CONFIG_ID {
  HttpServiceConfigIPListenList,
  HttpServiceConfigSSLCertInfo,
  HttpServiceConfigUrlAclInfo,
  HttpServiceConfigTimeout,
  HttpServiceConfigCache,
  HttpServiceConfigSslSniCertInfo,
  HttpServiceConfigSslCcsCertInfo,
  HttpServiceConfigSetting,
  HttpServiceConfigSslCertInfoEx,
  HttpServiceConfigSslSniCertInfoEx,
  HttpServiceConfigSslCcsCertInfoEx,
  HttpServiceConfigSslScopedCcsCertInfo,
  HttpServiceConfigSslScopedCcsCertInfoEx,
  HttpServiceConfigMax
} HTTP_SERVICE_CONFIG_ID, *PHTTP_SERVICE_CONFIG_ID;

Konstanta

 
HttpServiceConfigIPListenList
Menentukan Daftar Dengar IP yang digunakan untuk mendaftarkan alamat IP untuk mendengarkan koneksi SSL.
HttpServiceConfigSSLCertInfo
Menentukan penyimpanan sertifikat SSL.

Catatan Jika SSL diaktifkan di API Server HTTP, TLS 1.0 dapat digunakan sebagai pengganti SSL ketika aplikasi klien menentukan TLS.

 
HttpServiceConfigUrlAclInfo
Menentukan penyimpanan reservasi URL.
HttpServiceConfigTimeout
Mengonfigurasi batas waktu koneksi luas API Server HTTP.


Catatan Windows Vista dan versi Windows yang lebih baru

 
HttpServiceConfigCache
Digunakan dalam fungsi HttpQueryServiceConfiguration dan HttpSetServiceConfiguration .

Catatan Windows Server 2008 R2 dan Windows 7 dan Versi Windows yang lebih baru.

 
HttpServiceConfigSslSniCertInfo
Menentukan konfigurasi titik akhir SSL dengan Hostname:Port sebagai kunci. Digunakan dalam fungsi HttpDeleteServiceConfiguration, HttpQueryServiceConfiguration, HttpSetServiceConfiguration, dan HttpUpdateServiceConfiguration

Perhatikan Windows 8 dan versi Windows yang lebih baru.

 
HttpServiceConfigSslCcsCertInfo
Menentukan bahwa operasi harus dilakukan untuk rekaman sertifikat SSL yang menentukan bahwa Http.sys harus berkonsultasi dengan penyimpanan Penyimpanan Sertifikat Terpusat (CCS) untuk menemukan sertifikat jika port menerima jabat tangan Keamanan Lapisan Transportasi (TLS). Digunakan dalam fungsi HttpDeleteServiceConfiguration, HttpQueryServiceConfiguration, HttpSetServiceConfiguration, dan HttpUpdateServiceConfiguration

Perhatikan Windows 8 dan versi Windows yang lebih baru.

 
HttpServiceConfigSetting
HttpServiceConfigMax
Mengakhiri enumerasi; tidak digunakan untuk menentukan opsi konfigurasi layanan.

Persyaratan

Persyaratan Nilai
Klien minimum yang didukung Windows XP dengan SP2 [hanya aplikasi desktop]
Server minimum yang didukung Windows Server 2003 [hanya aplikasi desktop]
Header http.h

Lihat juga

HttpDeleteServiceConfiguration

HttpQueryServiceConfiguration

HttpSetServiceConfiguration

HttpUpdateServiceConfiguration