C# Class SuperMap.Web.Service.ServiceRequest

${mapping_ServiceRequest_Tile}

${mapping_ServiceRequest_Description}

Inheritance: System.Windows.DependencyObject
Mostrar archivo Open project: SuperMap/iClient-for-Silverlight Class Usage Examples

Private Properties

Property Type Description
CreateUrl string
EditGetString string
GetStringFromDictionary string
OnCompleted void
OnFailed void
POSTGetStringFromDictionary string
POSTGetStringFromDictionaryinSixthR string
ProxyEncodeUrl System.Uri
ProxyEncodeUrl string
ServiceRequest System.Windows.Browser
wc_DownloadStringCompleted void
wc_UploadStringCompleted void

Public Methods

Method Description
BeginRequest ( ) : void

${mapping_ServiceRequest_method_BeginRequest_overloads}

BeginRequest ( object state ) : void

${mapping_ServiceRequest_method_BeginRequest_Object_D}

CancelAsync ( ) : void

${mapping_ServiceRequest_method_CancelAsync_D}

Private Methods

Method Description
CreateUrl ( string url, string queryString, string proxyUrl ) : string
EditGetString ( string>.Dictionary parameters ) : string
GetStringFromDictionary ( string>.Dictionary parameters ) : string
OnCompleted ( RequestEventArgs args ) : void
OnFailed ( RequestEventArgs args ) : void
POSTGetStringFromDictionary ( string>.Dictionary parameters ) : string
POSTGetStringFromDictionaryinSixthR ( string>.Dictionary parameters ) : string
ProxyEncodeUrl ( string url ) : Uri
ProxyEncodeUrl ( string url, string proxyUrl ) : string
ServiceRequest ( ) : System.Windows.Browser
wc_DownloadStringCompleted ( object sender, DownloadStringCompletedEventArgs e ) : void
wc_UploadStringCompleted ( object sender, UploadStringCompletedEventArgs e ) : void

Method Details

BeginRequest() public method

${mapping_ServiceRequest_method_BeginRequest_overloads}
public BeginRequest ( ) : void
return void

BeginRequest() public method

${mapping_ServiceRequest_method_BeginRequest_Object_D}
public BeginRequest ( object state ) : void
state object ${mapping_ServiceRequest_method_BeginRequest_Object_param_state}
return void

CancelAsync() public method

${mapping_ServiceRequest_method_CancelAsync_D}
public CancelAsync ( ) : void
return void