3 references to EndSendTo
System (1)
net\System\Net\Sockets\UDPClient.cs (1)
685
return Client.
EndSendTo
(asyncResult);
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\UdpSocket.cs (2)
306
count = this.socket.
EndSendTo
(socketAsyncResult);
329
count = thisPtr.socket.
EndSendTo
(result);