com.esri.arcgis.system
Interface IProxyServerInfo2

All Superinterfaces:
IProxyServerInfo, Serializable
All Known Implementing Classes:
ProxyServerInfo

public interface IProxyServerInfo2
extends IProxyServerInfo, Serializable

Provides access to additional ProxyServerInfo methods.

Product Availability

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


Method Summary
 void cacheProxyCredentials()
          Cache proxy credentials.
 boolean isCredentialsCancelled()
          Indicates credentials cancel state.
 void setCredentialsCancelled(boolean value)
          Indicates credentials cancel state.
 
Methods inherited from interface com.esri.arcgis.system.IProxyServerInfo
getPassword, getProxyServer, getUserName, isEnabled, readProxyServerInfo, setEnabled, setPassword, setProxyServer, setUserName, writeProxyServerInfo
 

Method Detail

isCredentialsCancelled

boolean isCredentialsCancelled()
                               throws IOException,
                                      AutomationException
Indicates credentials cancel state.

Product Availability

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

Returns:
The value
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCredentialsCancelled

void setCredentialsCancelled(boolean value)
                             throws IOException,
                                    AutomationException
Indicates credentials cancel state.

Product Availability

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

Parameters:
value - The value (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

cacheProxyCredentials

void cacheProxyCredentials()
                           throws IOException,
                                  AutomationException
Cache proxy credentials.

Product Availability

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

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.