C# Class Shadowsocks.Controller.GFWListUpdater

Datei anzeigen Open project: shadowsocks/shadowsocks-windows Class Usage Examples

Public Methods

Method Description
ParseResult ( string response ) : List
UpdatePACFromGFWList ( Configuration config ) : void

Private Methods

Method Description
http_DownloadStringCompleted ( object sender, DownloadStringCompletedEventArgs e ) : void

Method Details

ParseResult() public static method

public static ParseResult ( string response ) : List
response string
return List

UpdatePACFromGFWList() public method

public UpdatePACFromGFWList ( Configuration config ) : void
config Shadowsocks.Model.Configuration
return void