====== ThinkGeo.Core.CloudMapClient ====== ===== Inheritance Hierarchy ===== *System.Object ***ThinkGeo.Core.CloudMapClient** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} CloudMapClient(String,String) ** * //This method is the default protected constructor with a NativeConfidential client ID and secret. It will send a request to the GIS Server to acquire an access token, which will then be added to the Header for all future requests.// == Remarks == * //N/A// == Parameters == * //clientId// * Type:String * Description:The NativeConfidential client Id with which to authenticate. * //clientSecret// * Type:String * Description:The NativeConfidential client secret with which to authenticate.
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} CreateWebRequest(String,String,String,String,Int32,IWebProxy,Boolean) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:WebRequest * Description:N/A == Parameters == * //apiPath// * Type:String * Description:N/A * //method// * Type:String * Description:N/A * //parameters// * Type:String * Description:N/A * //body// * Type:String * Description:N/A * //timeoutInSeconds// * Type:Int32 * Description:N/A * //webProxy// * Type:IWebProxy * Description:N/A * //isNeedToken// * Type:Boolean * Description:N/A
** {{wiki:PublicMethod.gif|}} Dispose() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters ==
===== Protected Methods ===== ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} Uris ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection ** {{wiki:PublicProperty.gif|}} TimeoutInSeconds ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 ** {{wiki:PublicProperty.gif|}} ClientId ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} ClientSecret ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} WebProxy ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:WebProxy ==== Protected Properties ==== ==== Public Events ====