Esempio n. 1
0
 public IAsyncResult BeginWrite(byte[] buffer, int offset, int count, AsyncCallback asyncCallback, object asyncState)
 {
     return(Impl.BeginWrite(buffer, offset, count, asyncCallback, asyncState));
 }