Exemple #1
0
 public bool OnData(ArraySegment <byte> data, Action continuation)
 {
     return(transaction.OnResponseData(data, continuation));
 }