C# Class Shadowsocks.Controller.PrivoxyRunner

Afficher le fichier Open project: shadowsocks/shadowsocks-windows Class Usage Examples

Méthodes publiques

Méthode Description
Start ( Configuration configuration ) : void
Stop ( ) : void

Private Methods

Méthode Description
GetFreePort ( ) : int
IsChildProcess ( Process process ) : bool
KillProcess ( Process p ) : void
PrivoxyRunner ( ) : System

Method Details

Start() public méthode

public Start ( Configuration configuration ) : void
configuration Shadowsocks.Model.Configuration
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void