Esempio n. 1
0
 public FastClient(string host, int port)
 {
     _fc = new Sessions.FastClient("client", SessionConstants.Scp11, new TcpEndpoint(host, port));
 }
Esempio n. 2
0
 public FastClient(string host, int port)
 {
     _fc = new Sessions.FastClient("client", SessionConstants.Scp11, new TcpEndpoint(host, port));
 }