Catatan
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba masuk atau mengubah direktori.
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba mengubah direktori.
Menentukan penunjuk ke struktur panggilan balik yang diteruskan ke fungsi WebhostRegisterProtocol .
Sintaks
struct WEBHOST_LISTENER_CALLBACKS{
DWORD dwBytesInCallbackStructure;
PFN_WEBHOST_LISTENER_CONFIG_MANAGER_CONNECTED pfnWebhostListenerConfigManagerConnected;
PFN_WEBHOST_LISTENER_CONFIG_MANAGER_DISCONNECT pfnWebhostListenerConfigManagerDisconnected;
PFN_WEBHOST_LISTENER_CONFIG_MANAGER_INITIALIZATION_COMPLETED pfnWebhostListenerConfigManagerInitializationCompleted;
PFN_WEBHOST_LISTENER_APPLICATION_POOL_CREATED pfnWebhostListenerApplicationPoolCreated;
PFN_WEBHOST_LISTENER_APPLICATION_POOL_DELETED pfnWebhostListenerApplicationPoolDeleted;
PFN_WEBHOST_LISTENER_APPLICATION_POOL_IDENTITY_CHANGED pfnWebhostListenerApplicationPoolIdentityChanged;
PFN_WEBHOST_LISTENER_APPLICATION_POOL_STATE_CHANGED pfnWebhostListenerApplicationPoolStateChanged;
PFN_WEBHOST_LISTENER_APPLICATION_POOL_CAN_OPEN_NEW_LISTENER_CHANNEL_INSTANCE pfnWebhostListenerApplicationPoolCanOpenNewListenerChannelInstance;
PFN_WEBHOST_LISTENER_APPLICATION_POOL_ALL_LISTENER_CHANNEL_INSTANCES_STOPPED pfnWebhostListenerApplicationPoolAllListenerChannelInstancesStopped;
PFN_WEBHOST_LISTENER_APPLICATION_CREATED pfnWebhostListenerApplicationCreated;
PFN_WEBHOST_LISTENER_APPLICATION_DELETED pfnWebhostListenerApplicationDeleted;
PFN_WEBHOST_LISTENER_APPLICATION_BINDINGS_CHANGED pfnWebhostListenerApplicationBindingsChanged;
PFN_WEBHOST_LISTENER_APPLICATION_APP_POOL_CHANGED pfnWebhostListenerApplicationAppPoolChanged;
PFN_WEBHOST_LISTENER_APPLICATION_REQUESTS_BLOCKED_CHANGED pfnWebhostListenerApplicationRequestsBlockedChanged;
};
Anggota
| Nama anggota | Deskripsi |
|---|---|
dwBytesInCallbackStructure |
DWORD yang berisi jumlah byte dalam struktur. |
pfnWebhostListenerConfigManagerConnected |
Penunjuk ke fungsi PFN_WEBHOST_LISTENER_CONFIG_MANAGER_CONNECTED . |
pfnWebhostListenerConfigManagerDisconnected |
Penunjuk ke fungsi PFN_WEBHOST_LISTENER_CONFIG_MANAGER_DISCONNECT . |
pfnWebhostListenerConfigManagerInitializationCompleted |
Penunjuk ke fungsi PFN_WEBHOST_LISTENER_CONFIG_MANAGER_INITIALIZATION_COMPLETED . |
pfnWebhostListenerApplicationPoolCreated |
Penunjuk ke fungsi PFN_WEBHOST_LISTENER_APPLICATION_POOL_CREATED . |
pfnWebhostListenerApplicationPoolDeleted |
Penunjuk ke fungsi PFN_WEBHOST_LISTENER_APPLICATION_POOL_DELETED . |
pfnWebhostListenerApplicationPoolIdentityChanged |
Penunjuk ke fungsi PFN_WEBHOST_LISTENER_APPLICATION_POOL_IDENTITY_CHANGED . |
pfnWebhostListenerApplicationPoolStateChanged |
Penunjuk ke fungsi PFN_WEBHOST_LISTENER_APPLICATION_POOL_STATE_CHANGED . |
pfnWebhostListenerApplicationPoolCanOpenNewListenerChannelInstance |
Penunjuk ke fungsi PFN_WEBHOST_LISTENER_APPLICATION_POOL_CAN_OPEN_NEW_LISTENER_CHANNEL_INSTANCE . |
pfnWebhostListenerApplicationPoolAllListenerChannelInstancesStopped |
Penunjuk ke fungsi PFN_WEBHOST_LISTENER_APPLICATION_POOL_ALL_LISTENER_CHANNEL_INSTANCES_STOPPED . |
pfnWebhostListenerApplicationCreated |
Penunjuk ke fungsi PFN_WEBHOST_LISTENER_APPLICATION_CREATED . |
pfnWebhostListenerApplicationDeleted |
Penunjuk ke fungsi PFN_WEBHOST_LISTENER_APPLICATION_DELETED . |
pfnWebhostListenerApplicationBindingsChanged |
Penunjuk ke fungsi PFN_WEBHOST_LISTENER_APPLICATION_BINDINGS_CHANGED . |
pfnWebhostListenerApplicationAppPoolChanged |
Penunjuk ke fungsi PFN_WEBHOST_LISTENER_APPLICATION_APP_POOL_CHANGED . |
pfnWebhostListenerApplicationRequestsBlockedChanged |
Penunjuk ke fungsi PFN_WEBHOST_LISTENER_APPLICATION_REQUESTS_BLOCKED_CHANGED . |
Persyaratan
| Jenis | Deskripsi |
|---|---|
| Klien | - IIS 7.0 di Windows Vista - IIS 7.5 di Windows 7 - IIS 8.0 di Windows 8 - IIS 10.0 pada Windows 10 |
| Server | - IIS 7.0 di Windows Server 2008 - IIS 7.5 di Windows Server 2008 R2 - IIS 8.0 di Windows Server 2012 - IIS 8.5 di Windows Server 2012 R2 - IIS 10.0 di Windows Server 2016 |
| Produk | - IIS 7.0, IIS 7.5, IIS 8.0, IIS 8.5, IIS 10.0 - IIS Express 7.5, IIS Express 8.0, IIS Express 10.0 |
| Header | Listeneradapter.h |