| 1761 | } |
| 1762 | |
| 1763 | bool HasCredentials() const { |
| 1764 | return (dwUserNameLength > 0); |
| 1765 | } |
| 1766 | |
| 1767 | WebCredentials GetCredentials() const { |
| 1768 | return WebCredentials(Utf8::FromUtf16(lpszUserName, dwUserNameLength), |
no outgoing calls
no test coverage detected