HTTP_REQUEST_CHANNEL_BIND_STATUS struttura (http.h)
La struttura HTTP_REQUEST_CHANNEL_BIND_STATUS contiene informazioni di associazione degli endpoint di canale sicure.
Sintassi
typedef struct _HTTP_REQUEST_CHANNEL_BIND_STATUS {
PHTTP_SERVICE_BINDING_BASE ServiceName;
PUCHAR ChannelToken;
ULONG ChannelTokenSize;
ULONG Flags;
} HTTP_REQUEST_CHANNEL_BIND_STATUS, *PHTTP_REQUEST_CHANNEL_BIND_STATUS;
Members
ServiceName
Puntatore a una struttura di HTTP_SERVICE_BINDING_W eseguita in un puntatore a una struttura HTTP_SERVICE_BINDING_BASE contenente il nome del servizio dal client. Viene popolato se il token di associazione del canale della richiesta (CBT) non è configurato per recuperare i nomi di servizio.
ChannelToken
Puntatore a un buffer che contiene l'associazione dell'endpoint del canale sicuro.
ChannelTokenSize
Lunghezza del buffer ChannelToken in byte.
Flags
Riservato
Requisiti
Client minimo supportato | Windows 7 [solo app desktop] |
Server minimo supportato | Windows Server 2008 R2 [solo app desktop] |
Intestazione | http.h |