UdpSingleSourceMulticastClient.EndReceiveFromSource Method

Definition

Caution

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Completes the asynchronous operation of receiving a packet from the joined multicast group and provides the information received.

C#
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public int EndReceiveFromSource(IAsyncResult result, out int sourcePort);

Parameters

result
IAsyncResult

The result of the asynchronous receive operation.

sourcePort
Int32

The source endpoint where the packet was received from.

Returns

The length, in bytes, of the message stored in the buffer parameter passed to the BeginReceiveFromSource(Byte[], Int32, Int32, AsyncCallback, Object) method.

Attributes

Exceptions

result is a null reference (Nothing in Visual Basic).

The multicast group has not yet been joined.

An error occurred when attempting to access the socket.

Remarks

The EndReceiveFromSource method completes an asynchronous operation to receive a packet from a single source in a multicast group.

If there is a socket failure while performing the receive operation, a SocketException is thrown. The error received is specified as a member of the SocketError enumeration.

Applies to

Product Versions (Obsolete)
.NET Framework (4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1)