C# Class MinhaNetMinhaVida.Program

显示文件 Open project: erycson/MinhaNetMinhaVida

Public Properties

Property Type Description
AppPath string
Instance Program

Public Methods

Method Description
DownloadServersList ( ) : void
GetUserPostion ( ) : void
Program ( ) : System

Private Methods

Method Description
CheckInternetSpeed ( ) : void
CheckResults ( double downloadSpeed ) : void
CheckSettings ( ) : bool
FormatDownloadSpeed ( double speed ) : string
GetBestServer ( ) : void
GetFileNameForSpeedTest ( ) : string
Main ( string args ) : void
SendTweet ( string tweet ) : void

Method Details

DownloadServersList() public method

public DownloadServersList ( ) : void
return void

GetUserPostion() public method

public GetUserPostion ( ) : void
return void

Program() public method

public Program ( ) : System
return System

Property Details

AppPath public_oe static_oe property

public static string AppPath
return string

Instance public_oe static_oe property

public static Program Instance
return Program