C# Getting sender address from UDP message

后端 未结 3 1475
北恋
北恋 2020-12-20 08:18

I have an embedded Ethernet interface (Lantronix XPort) that responds to a UDP broadcast with its identifying information.

I am able to multicast the \"magic packet\

3条回答
  •  粉色の甜心
    2020-12-20 08:43

    Take a look at ReceiveFrom instead of Receive, it will let you pass in a reference to an Endpoint.

提交回复
热议问题