C# Sockets Quesion

Posted by Betamoo on Stack Overflow See other posts from Stack Overflow or by Betamoo
Published on 2010-05-03T11:23:57Z Indexed on 2010/05/03 11:28 UTC
Read the original article Hit count: 362

Filed under:
|
|
|

In UDP client after executing:

    socket.SendTo(data, SendIP);

Why does socket.LocalEndPoint change?

© Stack Overflow or respective owner

Related posts about c#

Related posts about sockets