Initiates an asynchronous receive operation.
Initiates an asynchronous receive operation.
public IAsyncResult BeginReceive();
Initiates an asynchronous receive operation that has a specified state object.
public IAsyncResult BeginReceive(object);
Initiates an asynchronous receive operation that has a specified state object. This overload receives notification, through a callback, of the identity of the event handler for this operation.
public IAsyncResult BeginReceive(object,AsyncCallback);