FreeHTTPSession function
The FreeHttpSession function will free the recources allocated for the HTTPSession structure.Syntax
void __stdcall FreeHTTPSession(
__in HTTPSession *httpSession
);
Parameters
httpSession [in]Return value
This function does not return a value.
Requirements
| Should be exported by | -
|
| Minimum supported API | 1.00
|
| Header | tvsserver_base.h
|
| Library(x86) | tvs_server_http_protocol_x86.lib
|
| Library(x64) | tvs_server_http_protocol_x64.lib
|
| DLL(x86) | tvs_server_http_protocol_x86.DLL
|
| DLL(x64) | tvs_server_http_protocol_x64.DLL
|