コード例 #1
0
ファイル: ConnectionManager.cs プロジェクト: gwupe/Gwupe
 public CoupledConnection StartRepeatedConnection(String repeatId, Func<MemoryStream, bool> readData)
 {
     CoupledConnection connection = new CoupledConnection(repeatId, Address, Cert, readData);
     return null;
 }
コード例 #2
0
 public CoupledWebSocketMessageHandler(CoupledConnection coupledConnection)
 {
     _coupledConnection = coupledConnection;
 }