C# Class SuperMap.WindowsPhone.Service.ServiceBase

${WP_mapping_ServiceBase_Tile}

${WP_mapping_ServiceBase_Description}

Inheritance: INotifyPropertyChanged
Show file Open project: SuperMap/iClient-for-Win8

Protected Methods

Method Description
OnPropertyChanged ( string name ) : void

${WP_mapping_ServiceBase_method_OnPropertyChanged_D }

ServiceBase ( ) : System

${WP_mapping_ServiceBase_constructor_None_D}

ServiceBase ( string url ) : System

${WP_mapping_ServiceBase_constructor_string_D}

SubmitRequest ( string url ) : Task
SubmitRequest ( string url, HttpRequestMethod method ) : Task

${WP_mapping_ServiceBase_method_SubmitRequest_D}

SubmitRequest ( string url, HttpRequestMethod method, string data ) : Task

${WP_mapping_ServiceBase_method_SubmitRequest_D}

Method Details

OnPropertyChanged() protected method

${WP_mapping_ServiceBase_method_OnPropertyChanged_D }
protected OnPropertyChanged ( string name ) : void
name string ${WP_mapping_ServiceBase_method_OnPropertyChanged_param_name_D}
return void

ServiceBase() protected method

${WP_mapping_ServiceBase_constructor_None_D}
protected ServiceBase ( ) : System
return System

ServiceBase() protected method

${WP_mapping_ServiceBase_constructor_string_D}
protected ServiceBase ( string url ) : System
url string
return System

SubmitRequest() protected method

protected SubmitRequest ( string url ) : Task
url string
return Task

SubmitRequest() protected method

${WP_mapping_ServiceBase_method_SubmitRequest_D}
protected SubmitRequest ( string url, HttpRequestMethod method ) : Task
url string ${WP_mapping_ServiceBase_method_SubmitRequest_param_url_D}
method HttpRequestMethod
return Task

SubmitRequest() protected method

${WP_mapping_ServiceBase_method_SubmitRequest_D}
protected SubmitRequest ( string url, HttpRequestMethod method, string data ) : Task
url string ${WP_mapping_ServiceBase_method_SubmitRequest_param_url_D}
method HttpRequestMethod
data string
return Task