コード例 #1
0
 public CoupledWebSocketMessageHandler(CoupledConnection coupledConnection)
 {
     _coupledConnection = coupledConnection;
 }
コード例 #2
0
        public CoupledConnection StartRepeatedConnection(String repeatId, Func <MemoryStream, bool> readData)
        {
            CoupledConnection connection = new CoupledConnection(repeatId, Address, Cert, readData);

            return(null);
        }