Condividi tramite


struttura WEB_SOCKET_HTTP_HEADER (websocket.h)

La struttura WEB_SOCKET_HTTP_HEADER contiene un'intestazione HTTP.

Sintassi

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

Members

pcName

Tipo: PCHAR

Puntatore al nome dell'intestazione HTTP. Il nome non deve contenere un carattere due punti.

ulNameLength

Tipo: ULONG

Lunghezza, in caratteri, dell'intestazione HTTP a cui punta pcName.

pcValue

Tipo: PCHAR

Puntatore al valore dell'intestazione HTTP.

ulValueLength

Tipo: ULONG

Lunghezza, in caratteri, del valore HTTP a cui punta pcValue.

Requisiti

   
Client minimo supportato Windows 8 [solo app desktop]
Server minimo supportato Windows Server 2012 [solo app desktop]
Intestazione websocket.h

Vedi anche

WebSocketBeginClientHandshake

WebSocketBeginServerHandshake

WebSocketEndClientHandshake

WebSocketEndServerHandshake