|
-
Sep 7th, 2003, 01:58 AM
#1
Thread Starter
Addicted Member
TCP/IP Divice Configuration...
Ok, so here's my latest problem...Does any1 know the classes in the framework that could allow me to get a list of Network Connections and there tcp/ip configurations?...i want to be able to get this info and use netsh to change it, or if u know of a better way, i'm all ears...
AcE
-
Sep 8th, 2003, 11:38 PM
#2
Junior Member
I am working on a little project which uses UDP connects to interact with an electronic device...
Try using
Code:
Imports System.Net.Sockets
There are a whole list of TCP commands listed within this namespace.
If you need any help send me an email:
[email protected]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|