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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top