Example #1
0
 public override int Read(byte[] buf, int off, int len)
 {
     return(handler.ReadApplicationData(buf, off, len));
 }