|
I'm trying to Disable / Enable a specific sub object of a network connection (meaning an individual Client, Service, or Protocol associated with a given network connection). Essentially, there is an item on the connection's Property Sheet under "This connection uses the following items:" that I need to be able to disable and reenable programmatically. I can't find anything in the System.Net namespace that will manage these items, and I have a feeling I'm looking in the wrong place. I've googled for hours, any help would be appreciated. |