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

Method HasCredentials

Sources/Shared/IO/WebRequest.cpp:1763–1765  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1761 }
1762
1763 bool HasCredentials() const {
1764 return (dwUserNameLength > 0);
1765 }
1766
1767 WebCredentials GetCredentials() const {
1768 return WebCredentials(Utf8::FromUtf16(lpszUserName, dwUserNameLength),

Callers 2

DoPrepareRequestMethod · 0.80
SetProxyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected