 |
| C# Programming questions specific to the Microsoft C# language. See also the forum Beginning Visual C# to discuss that specific Wrox book and code. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the C# section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|

August 1st, 2005, 02:26 PM
|
|
Registered User
|
|
Join Date: Aug 2005
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Network Assistance
I am a decent programmer, but I've never delt with networking much. If you could help me out with a little info on the topic, that would be great.
BTW, I'm trying to make an app that will block individual IP's, but will aslo have an option to block all IP's as well.
Remeber, I have had no experience in network programming at all.
Thank you in advance,
-Duncan
|
|

August 1st, 2005, 03:26 PM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 440
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
|
|

August 1st, 2005, 04:10 PM
|
|
Registered User
|
|
Join Date: Aug 2005
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Thank you. I didn't think to use the term remoing. I'll look into it.
|
|

August 1st, 2005, 05:00 PM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 440
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I have recently started using .NET remoting, and found it quite easy to get started, though there is quite a lot of terms an abbreviations to learn. Currently, I am working on a distributed system, which has a broker-like architecture and uses a web service in the front-end, and .NET remoting in the back-end.
Download some sample and play around with it. The code is pretty obvious.
Jacob.
|
|

August 1st, 2005, 05:17 PM
|
|
Registered User
|
|
Join Date: Aug 2005
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
quote:Originally posted by jacob
Currently, I am working on a distributed system, which has a broker-like architecture and uses a web service in the front-end, and .NET remoting in the back-end.
|
**brain hurts**
**ASKS:
Can someone just gime some code on how to to close a port.
|
|

August 1st, 2005, 06:11 PM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 440
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Sorry, but I am not quite sure what you mean. Can't you just access you router and close it? Do you want a program that continually listens for incomming calls and prevent those from a specific IP?
Can't help you with that! Thought you wanted to get started with .NET remoting ;)
|
|

August 1st, 2005, 06:42 PM
|
|
Registered User
|
|
Join Date: Aug 2005
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
What I'm trying to do is almost like a personalized firewall. I want it to possibally (eventually) have the ability to block specific IP's, but more importantly, just block all Network I/O on the computer.
|
|
 |