C# Class refw.Proxy

Show file Open project: fry/refw

Public Methods

Method Description
SetProxy ( string addr, int port ) : void
SetProxyAuth ( string username, string password ) : void

Private Methods

Method Description
OnProxyErrorCallback ( reCLR error, string msg ) : void

Method Details

SetProxy() public static method

public static SetProxy ( string addr, int port ) : void
addr string
port int
return void

SetProxyAuth() public static method

public static SetProxyAuth ( string username, string password ) : void
username string
password string
return void