This document is archived and information here might be outdated.  Recommended version.


IProxyServerInfo Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IP > IProxyServerInfo Interface
ArcGIS Developer Help

IProxyServerInfo Interface

Provides access to members that control proxy server configuration.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Read/write property Enabled Indicates whether a proxy server is required.
Read/write property Password Proxy server user password.
Read/write property ProxyServer Proxy server address.
Method ReadProxyServerInfo Read proxy server configuration from the registry.
Read/write property UserName Proxy server user name.
Method WriteProxyServerInfo Write proxy server configuration to the registry.

Classes that implement IProxyServerInfo

Classes Description
ProxyServerInfo A utility class for setting proxy server configuration information.