SmartCode ViewerX

ISmartCodeVNCViewer::ProxyType Property


Sets or returns an type of proxy server.

Syntax

HRESULT ISmartCodeVNCViewer::get_ProxyType(ConnectionProxyType* pType);
HRESULT ISmartCodeVNCViewer::put_ProxyType(ConnectionProxyType type);

Parameters

ptype
Pointer to a variable of type ConnectionProxyType that receives the type of proxy server.
type
ConnectionProxyType that specifies proxy server type.

Return Value

Returns S_OK if successful, or an error value otherwise.