Hello,
I am using a switch which will broadcast the response to all ports of the switch The request is made through one port of the switch. I need to know how a PC connected to another port would receive the response.
Thanks in advance.
Hello,
I am using a switch which will broadcast the response to all ports of the switch The request is made through one port of the switch. I need to know how a PC connected to another port would receive the response.
Thanks in advance.
I assume you want to broadcast a UDP message to all listener using C#???
https://docs.microsoft.com/en-us/dotnet/api/system.net.sockets.udpclient.enablebroadcast?view=net-5.0
https://docs.microsoft.com/en-us/dotnet/api/system.net.sockets.udpclient?view=net-5.0
@MahmudulHaque-5792
There is a code case in the document for receiving UDP broadcast, you can refer to it:
Use UDP services
8 people are following this question.
Insert a node as child ,before or after a node in nested dynamic JSON Node using C#
Visual Studio 2019: Undefined behavior in a C++/CLI wrapper project.
Example for how to get Package Metadata from Azure DevOps Rest-Api Artifacts using c#
How to collapse individual nested grids/stackpanels inside a grid?