コード例 #1
0
ファイル: H2Connection.cs プロジェクト: fjnogueira/h2sharp
 internal H2Connection(H2ConnectionPool pool)
 {
     this.pool = pool;
 }
コード例 #2
0
ファイル: H2Connection.cs プロジェクト: xianchb/liveresults
 internal H2Connection(H2ConnectionPool pool)
 {
     this.pool = pool;
 }