ZOOM Windows SDK  5.2.42037.1112
Public Member Functions | List of all members
IProxySettingHandler Class Referenceabstract

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.
 

Detailed Description

Proxy setting information callback interface.

Member Function Documentation

◆ InputUsernamePassword()

virtual void IProxySettingHandler::InputUsernamePassword ( const wchar_t *  userName,
const wchar_t *  psw 
)
pure virtual

Input the username and password when using the proxy.

Parameters
userNameThe username when using the proxy.
pswThe password when using the proxy.

The documentation for this class was generated from the following file: