C# Class refw.Proxy

Afficher le fichier Open project: fry/refw

Méthodes publiques

Méthode Description
SetProxy ( string addr, int port ) : void
SetProxyAuth ( string username, string password ) : void

Private Methods

Méthode Description
OnProxyErrorCallback ( reCLR error, string msg ) : void

Method Details

SetProxy() public static méthode

public static SetProxy ( string addr, int port ) : void
addr string
port int
Résultat void

SetProxyAuth() public static méthode

public static SetProxyAuth ( string username, string password ) : void
username string
password string
Résultat void