C# Class Com.Eucalyptus.EucaUtil

Datei anzeigen Open project: eucalyptus/windows-integration

Public Methods

Method Description
Curl ( String url ) : byte[]
Curl ( String url, String fileToDownload ) : void
GetUserData ( String fileToDownload ) : void

Method Details

Curl() public static method

public static Curl ( String url ) : byte[]
url String
return byte[]

Curl() public static method

public static Curl ( String url, String fileToDownload ) : void
url String
fileToDownload String
return void

GetUserData() public static method

public static GetUserData ( String fileToDownload ) : void
fileToDownload String
return void