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