Ejemplo n.º 1
0
 public IAsyncResult BeginSend(byte[] buffer, int offset, int count, AsyncCallback callback, object state)
 {
     return(transport.BeginSend(buffer, offset, count, callback, state));
 }