|
|
Subject:
Writing a firewall in C# .NET
Category: Computers > Programming Asked by: simon831-ga List Price: $10.00 |
Posted:
06 Nov 2003 06:00 PST
Expires: 06 Dec 2003 06:00 PST Question ID: 273143 |
I need a starting point for writing a simple firewall in C#....maybe 10-20 lines? When an application is running on a port I want to intercept incoming traffic. Under set conditions (such as the originating IP being in a certain range) the request is blocked, otherwise the request is allowed to continue onto the target program. Is there a way to do this using the .Net framework? I am not looking for a commercial component. |
|
There is no answer at this time. |
|
Subject:
Re: Writing a firewall in C# .NET
From: drizzt321-ga on 08 Nov 2003 14:08 PST |
Why do you want to do this in C#? There is already a variety of software and code out on the internet to do exactly this, or that can be adapted to easily do this. I do not know .NET or C#, however this seems like you are trying to do something that has already been done a number of times. |
Subject:
Re: Writing a firewall in C# .NET
From: simon831-ga on 08 Nov 2003 15:55 PST |
I want to integrate firewall capabilities into an application that is written in C#. If its possible it makes sense for the firewall to be fully itegrated by writing it in the same language. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |