NetworkHandlergetDataAndDecompress Method (String) |
Namespace: Veeplay.utillitiesAssembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string getDataAndDecompress(
string inputUrl
)
Public Function getDataAndDecompress (
inputUrl As String
) As String
public:
String^ getDataAndDecompress(
String^ inputUrl
)
member getDataAndDecompress :
inputUrl : string -> string
Parameters
- inputUrl
- Type: SystemString
Return Value
Type:
StringSee Also