Unit OSM.NetworkRequest.WinInet
Uses
Classes, Interfaces, Objects and Records
Types
Variables
Description
Implements blocking HTTP request with WinInet. Windows-only
(c) Fr0sT-Brutal https://github.com/Fr0sT-Brutal/Delphi_OSMMap
Overview
Functions and Procedures
procedure NetworkRequest(RequestProps: THttpRequestProps; ResponseStm: TStream; var Client: TNetworkClient); |
Constants
EngineCapabilities = [htcProxy, htcDirect, htcSystemProxy, htcHeaders,
htcTimeout, htcTLS]; |
Description
Functions and Procedures
procedure NetworkRequest(RequestProps: THttpRequestProps; ResponseStm: TStream; var Client: TNetworkClient); |
Procedure executing a network request. See description of OSM.NetworkRequest.TBlockingNetworkRequestProc type. |
Constants
EngineCapabilities = [htcProxy, htcDirect, htcSystemProxy, htcHeaders,
htcTimeout, htcTLS]; |
Capabilities of WinInet engine |
Author
Generated by PasDoc 0.16.0.