public interface IProxyServerInfo2 extends IProxyServerInfo, java.io.Serializable
Description: 'Provides access to additional ProxyServerInfo methods.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDe724e8b4_f2fb_40ea_bf7e_eb296db6acda |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDfc221ff0_1240_43a0_8d76_3e917d029ce6
Modifier and Type | Method and Description |
---|---|
void |
cacheProxyCredentials()
Cache proxy credentials.
|
boolean |
isCredentialsCancelled()
Indicates credentials cancel state.
|
void |
setCredentialsCancelled(boolean value)
Indicates credentials cancel state.
|
getPassword, getProxyServer, getUserName, isEnabled, readProxyServerInfo, setEnabled, setPassword, setProxyServer, setUserName, writeProxyServerInfo
static final int IIDe724e8b4_f2fb_40ea_bf7e_eb296db6acda
static final int xxDummy
static final java.lang.String IID
boolean isCredentialsCancelled() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCredentialsCancelled(boolean value) throws java.io.IOException, AutomationException
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void cacheProxyCredentials() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.