Gets the result of the asynchronous receive operation.
An IAsyncResult that contains the data associated with the receive operation.
AsyncResult identifies ongoing or completed asynchronous operations. The property contains data that helps determine which of several potential asynchronous operations to complete, and when passed to the event handler, enables EndReceive to access the response message associated with the completed operation.
ReceiveCompletedEventArgs Class | ComponentSpace.Icmp Namespace