request socket
C#
2
Posts
2
Posters
0
Views
1
Watching
-
please introduce me a way to notify user that a process request a socket in c# koosha
-
please introduce me a way to notify user that a process request a socket in c# koosha
.NET is too high-level for this sort of operation. This requires very low-level APIs and implementations with the Microsoft networking protocols, which also requires extremely efficient code with a small footprint - another reason not to use .NET. There are already several commercial (typically free for home use) applications that do this already. This has been discussed in the forums before. If you want to see how that thread progressed (to the same conclusion), please click "Search comments" directly above the message board.
Microsoft MVP, Visual C# My Articles