public IAsyncResult BeginReceive(byte[] buffer, int offset, int count, AsyncCallback callback, object state) { return(transport.BeginReceive(buffer, offset, count, callback, state)); }