Exemplo n.º 1
0
 public override IAsyncResult BeginWrite(byte[] buffer, int offset, int count, AsyncCallback callback,
                                         object state)
 {
     return(_inner.BeginWrite(buffer, offset, count, callback, state));
 }