.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.
 
Back
Top