Initiates an asynchronous send operation.
Initiates an asynchronous send operation.
public IAsyncResult BeginSend(IcmpMessage);
Initiates an asynchronous send operation that has a specified state object.
public IAsyncResult BeginSend(IcmpMessage,object);
Initiates an asynchronous send 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 BeginSend(IcmpMessage,object,AsyncCallback);