Method ReceiveAsync
ReceiveAsync()
Waits for and returns the next UDP message sent to this socket (uni or multicast).
Declaration
Task<ReceivedUdpData> ReceiveAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<ReceivedUdpData> |
Waits for and returns the next UDP message sent to this socket (uni or multicast).
Task<ReceivedUdpData> ReceiveAsync()
Type | Description |
---|---|
System.Threading.Tasks.Task<ReceivedUdpData> |