.NET framework 2.0 and Networking?

  • Thread starter Thread starter Rob R. Ainscough
  • Start date Start date
R

Rob R. Ainscough

Does .NET framework 2.0 provide any TCP/IP support -- specifically looking
to write a Service that will monitor TCP/IP packets across various ports. I
was wondering if this can be accomplished via .NET framework 2.0 or if I
will have select a different dev platform.

Thanks, Rob.
 
See the System.Net and System.Net.Sockets namespaces, and the
System.Net.Sockets.TcpClient class.

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Numbskull

Hard work is a medication for which
there is no placebo.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top