This method sends a request to an HTTP server. This method allows your application to send data using the Write and WriteString methods of CInternetFile.
Header file: | Afxinet.h |
Platforms: | Palm-size PC, H/PC Pro |
Windows CE versions: | 2.10 and later |
Complete documentation: | Visual C++ documentation |
BOOL SendRequestEx( DWORD dwTotalLen,
DWORD dwFlags = HSR_INITIATE, DWORD dwContext = 1);
throw( CInternetException )
BOOL SendRequestEx( LPINTERNET_BUFFERS lpBuffIn,
LPINTERNET_BUFFERS lpBuffOut, DWORD dwFlags = HSR_INITIATE,
DWORD dwContext = 1 );
throw( CInternetException )