コード例 #1
0
ファイル: FASTClient.cs プロジェクト: kirsan31/openfast.net
 public FastClient(string host, int port)
 {
     _fc = new Sessions.FastClient("client", SessionConstants.Scp11, new TcpEndpoint(host, port));
 }
コード例 #2
0
 public FastClient(string host, int port)
 {
     _fc = new Sessions.FastClient("client", SessionConstants.Scp11, new TcpEndpoint(host, port));
 }