EndSendToSource Method
Collapse the table of content
Expand the table of content

UdpSingleSourceMulticastClient.EndSendToSource Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Completes the operation of sending a unicast packet to a single source.

Namespace:  System.Net.Sockets
Assembly:  System.Net (in System.Net.dll)

'Declaration
Public Sub EndSendToSource ( _
	result As IAsyncResult _
)

Parameters

result
Type: System.IAsyncResult
The result of the asynchronous send operation.

ExceptionCondition
ArgumentNullException

result is Nothing.

InvalidOperationException

The multicast group has not yet been joined.

ObjectDisposedException

The UdpSingleSourceMulticastClient has been disposed.

SocketException

An error occurred when attempting to access the socket. See the Remarks section for more information.

The EndSendToSource method completes an asynchronous operation to send a packet to single source previously specified.

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 System.Net.Sockets.SocketError enumeration.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Show:
© 2017 Microsoft