NetworkHandlergetDataAndDecompressAsync Method (Uri) |
Namespace: Veeplay.utillitiesAssembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Task<string> getDataAndDecompressAsync(
Uri inputUrl
)
Public Function getDataAndDecompressAsync (
inputUrl As Uri
) As Task(Of String)
public:
Task<String^>^ getDataAndDecompressAsync(
Uri^ inputUrl
)
member getDataAndDecompressAsync :
inputUrl : Uri -> Task<string>
Parameters
- inputUrl
- Type: SystemUri
Return Value
Type:
TaskStringSee Also