Partager via


WEB_SOCKET_HTTP_HEADER structure (websocket.h)

La structure WEB_SOCKET_HTTP_HEADER contient un en-tête HTTP.

Syntaxe

typedef struct _WEB_SOCKET_HTTP_HEADER {
  PCHAR pcName;
  ULONG ulNameLength;
  PCHAR pcValue;
  ULONG ulValueLength;
} WEB_SOCKET_HTTP_HEADER, *PWEB_SOCKET_HTTP_HEADER;

Membres

pcName

Type : PCHAR

Pointeur vers le nom de l’en-tête HTTP. Le nom ne doit pas contenir de caractère deux-points.

ulNameLength

Type : ULONG

Longueur, en caractères, de l’en-tête HTTP pointé par pcName.

pcValue

Type : PCHAR

Pointeur vers la valeur d’en-tête HTTP.

ulValueLength

Type : ULONG

Longueur, en caractères, de la valeur HTTP pointée par pcValue.

Configuration requise

   
Client minimal pris en charge Windows 8 [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2012 [applications de bureau uniquement]
En-tête websocket.h

Voir aussi

WebSocketBeginClientHandshake

WebSocketBeginServerHandshake

WebSocketEndClientHandshake

WebSocketEndServerHandshake