|
ZOOM Windows SDK
5.2.42037.1112
|
Proxy setting information callback interface. More...
#include <network_connection_handler_interface.h>
Public Member Functions | |
| virtual const wchar_t * | GetProxyHost ()=0 |
| Get the address of the proxy host. Return the address of the proxy host. | |
| virtual unsigned int | GetProxyPort ()=0 |
| Get the proxy port. Return The value of the proxy port. | |
| virtual const wchar_t * | GetProxyDescription ()=0 |
| Get the description of the proxy. Return The description of the proxy. | |
| virtual void | InputUsernamePassword (const wchar_t *userName, const wchar_t *psw)=0 |
| Input the username and password when using the proxy. More... | |
| virtual void | Cancel ()=0 |
| Cancel the process to input the username and password of the proxy. | |
Proxy setting information callback interface.
|
pure virtual |
Input the username and password when using the proxy.
| userName | The username when using the proxy. |
| psw | The password when using the proxy. |
1.8.14