====== ThinkGeo.Cloud.BaseClient ====== ===== Inheritance Hierarchy ===== *System.Object ***ThinkGeo.Cloud.BaseClient** *[[ThinkGeo.Cloud.ColorClient]] *[[ThinkGeo.Cloud.ElevationClient]] *[[ThinkGeo.Cloud.MapsClient]] *[[ThinkGeo.Cloud.ProjectionClient]] *[[ThinkGeo.Cloud.ReverseGeocodingClient]] ===== Members Summary ===== ==== Public Constructors ==== ==== Protected Constructors ==== ** {{wiki:ProtectedMethod.gif|}} BaseClient() ** * //This method is the default protected constructor. You need apply client Id and secret by properties.// == Remarks == * //N/A// == Parameters ==
** {{wiki:ProtectedMethod.gif|}} BaseClient(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. ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} Dispose() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * 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 == ** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters == ===== Protected Methods ===== ** {{wiki:ProtectedMethod.gif|}} AuthenticateWebRequest(WebRequest) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //webRequest// * Type:WebRequest * Description:The webRequest which need to apply token to header ** {{wiki:ProtectedMethod.gif|}} GetToken() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:The AccessToken from server. if the request is canceled by user, return null == Parameters == ** {{wiki:ProtectedMethod.gif|}} GetTokenCore() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:The AccessToken from server. if the request is canceled by user, return null == Parameters == ** {{wiki:ProtectedMethod.gif|}} SendWebRequest(WebRequest) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:WebResponse * Description:The HTTP response. == Parameters == * //webRequest// * Type:WebRequest * Description:N/A ** {{wiki:ProtectedMethod.gif|}} SendWebRequestAsync(WebRequest) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Task