Click or drag to resize

AnalyticsClientSetProxy Method

To specify the proxy server details.

Namespace:  ZohoAnalytics
Assembly:  ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax
C#
public void SetProxy(
	string proxyHost,
	int proxyPort,
	string proxyUsername,
	string proxyPassword
)

Parameters

proxyHost
Type: SystemString
The hostname/IP address of the proxy server.
proxyPort
Type: SystemInt32
The proxy server port.
proxyUsername
Type: SystemString
The user name for proxy-server authentication.
proxyPassword
Type: SystemString
The password for proxy server authentication.
See Also