MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / GetCredentials

Method GetCredentials

Sources/Shared/IO/WebRequest.cpp:1767–1770  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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)

Callers 2

DoPrepareRequestMethod · 0.80
SetProxyMethod · 0.80

Calls 2

WebCredentialsClass · 0.85
FromUtf16Function · 0.50

Tested by

no test coverage detected