estructura de WEB_SOCKET_HTTP_HEADER (websocket.h)
La estructura WEB_SOCKET_HTTP_HEADER contiene un encabezado HTTP.
Sintaxis
typedef struct _WEB_SOCKET_HTTP_HEADER {
PCHAR pcName;
ULONG ulNameLength;
PCHAR pcValue;
ULONG ulValueLength;
} WEB_SOCKET_HTTP_HEADER, *PWEB_SOCKET_HTTP_HEADER;
Miembros
pcName
Tipo: PCHAR
Puntero al nombre del encabezado HTTP. El nombre no debe contener un carácter de dos puntos.
ulNameLength
Tipo: ULONG
Longitud, en caracteres, del encabezado HTTP al que apunta pcName.
pcValue
Tipo: PCHAR
Puntero al valor del encabezado HTTP.
ulValueLength
Tipo: ULONG
Longitud, en caracteres, del valor HTTP al que apunta pcValue.
Requisitos
Cliente mínimo compatible | Windows 8 [solo aplicaciones de escritorio] |
Servidor mínimo compatible | Windows Server 2012 [solo aplicaciones de escritorio] |
Encabezado | websocket.h |