Function ProBrowserAuthenticate
Description
Preset username and password to allow automatic login into HTTP servers that require authentication
Replacement in Object TOOLKIT:
Synopsis
#include <ProBrowser.h>
ProBrowserAuthenticate
(
wchar_t* username
/* (In)
The name of user to be used
*/
wchar_t* password
/* (In)
The password of the user to be used
*/
)
Returns
The function successfully set the credentials. Note that if authentication fails with these credentials the user may be prompted for authentication.
Sample Code References
User Guide References
これは役に立ちましたか?