DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ProxySettings | Interfaces | Methods | Properties
Global proxy settings class.
// C# public interface ITGIS_ProxySettings: ITBaseObject { }
' VisualBasic Public Interface ITGIS_ProxySettings Implements ITBaseObject End Class
// Oxygene type ITGIS_ProxySettings = public interface( ITBaseObject ) end;
Name | Visibility | Description | |
---|---|---|---|
AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
CanUseProxy | public | Check using NoProxyFilter if proxy can be set for an url. | |
Clear | public | Clear all settings. | |
DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
Name | Visibility | Description | |
---|---|---|---|
Domain | public | Domain to be used with the proxy | |
NoProxyFilter | public | List of hosts for which proxy parameters will not be set | |
Pass | public | Password needed to be authenticated to the proxy | |
Port | public | Port used to communicate to the proxy | |
Server | public | Host to be used as a proxy | |
User | public | UserName needed to be authenticated to the proxy | |