Socket SendTo question

  • Thread starter Thread starter Anony
  • Start date Start date
A

Anony

Hi All,

What is the difference to use SendTo?

mSocket.Send(...)
mSocket.SendTo(..., EP)

After mSocket connected to two listeners, only the late listener received
data from mSocket.
I thnk I missed something.

Thanks for any tip.
Kind regards,
Anony
 
SendTo sends the data to a specific endpoint, Send sends it to a specific
socket
 
Back
Top