示例#1
0
 public IShare ProcessShare(IGetworkMiner miner, string data)
 {
     throw new NotImplementedException();
 }
 public GetworkContext(IGetworkMiner miner, HttpListenerContext context)
 {
     Miner = miner;
     Response = context.Response;
 }
 public GetworkContext(IGetworkMiner miner, HttpListenerContext context)
 {
     Miner    = miner;
     Response = context.Response;
 }
示例#4
0
 public IShare ProcessShare(IGetworkMiner miner, string data)
 {
     throw new NotImplementedException();
 }