C# Class SuperMap.WinRT.Service.ServiceRequest

${mapping_ServiceRequest_Tile}

${mapping_ServiceRequest_Description}

显示文件 Open project: SuperMap/iClient-for-Win8 Class Usage Examples

Private Properties

Property Type Description
CheckString string
CreateUrl string
EditGetString string
GetStringFromDictionary string
POSTGetStringFromDictionary string
POSTGetStringFromDictionaryinSixthR string
ProxyEncodeUrl System.Uri
ProxyEncodeUrl string
ServiceRequest System

Public Methods

Method Description
BeginRequest ( ) : Task

${mapping_ServiceRequest_method_BeginRequest_Object_D}

Private Methods

Method Description
CheckString ( string str ) : string
CreateUrl ( string url, string queryString, string proxyUrl ) : string
EditGetString ( string>.Dictionary parameters ) : string
GetStringFromDictionary ( string>.Dictionary parameters ) : string
POSTGetStringFromDictionary ( string>.Dictionary parameters ) : string
POSTGetStringFromDictionaryinSixthR ( string>.Dictionary parameters ) : string
ProxyEncodeUrl ( string url ) : Uri
ProxyEncodeUrl ( string url, string proxyUrl ) : string
ServiceRequest ( ) : System

${mapping_ServiceRequest_event_Completed_D}

${mapping_ServiceRequest_event_Failed_D}

Method Details

BeginRequest() public method

${mapping_ServiceRequest_method_BeginRequest_Object_D}
public BeginRequest ( ) : Task
return Task