| 1765 | } |
| 1766 | |
| 1767 | WebCredentials GetCredentials() const { |
| 1768 | return WebCredentials(Utf8::FromUtf16(lpszUserName, dwUserNameLength), |
| 1769 | Utf8::FromUtf16(lpszPassword, dwPasswordLength)); |
| 1770 | } |
| 1771 | }; |
| 1772 | |
| 1773 | Array<String> WinHTTPQueryAllHeaderStrings(HINTERNET hRequest, DWORD dwInfoLevel, LPCWSTR pwszName = WINHTTP_HEADER_NAME_BY_INDEX) |
no test coverage detected