C# Class SuperMap.WindowsPhone.Service.ServiceBase

${WP_mapping_ServiceBase_Tile}

${WP_mapping_ServiceBase_Description}

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: SuperMap/iClient-for-Win8

Méthodes protégées

Méthode 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 méthode

${WP_mapping_ServiceBase_method_OnPropertyChanged_D }
protected OnPropertyChanged ( string name ) : void
name string ${WP_mapping_ServiceBase_method_OnPropertyChanged_param_name_D}
Résultat void

ServiceBase() protected méthode

${WP_mapping_ServiceBase_constructor_None_D}
protected ServiceBase ( ) : System
Résultat System

ServiceBase() protected méthode

${WP_mapping_ServiceBase_constructor_string_D}
protected ServiceBase ( string url ) : System
url string
Résultat System

SubmitRequest() protected méthode

protected SubmitRequest ( string url ) : Task
url string
Résultat Task

SubmitRequest() protected méthode

${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
Résultat Task

SubmitRequest() protected méthode

${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
Résultat Task