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