Sets the Keep-Connection semantics for HTTP/HTTPS.
WebAPI.bdh
WebSetKeepAlive( in bAlive : boolean ) : boolean;
true if successful
false otherwise
Parameter | Description |
---|---|
bAlive | If this parameter is set to true, a Keep-Alive header is added to the request |
dcltrans transaction TWebInit begin WebSetKeepAlive(true); end TWebInit;
WebMultiClientIpAddresses01.bdf