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