Re: Switch between 10Mb and 100Mb
- From: "Jason" <Nospam@xxxxxxxxxx>
- Date: Fri, 5 Sep 2008 22:11:16 -0500
I was thinking it would have to be WMI. I don't think there is any other
option through .NET
In the Configuration... Advanced tab of a network port, a person is able to
select the speed and duplex, so I'm guessing my program would be doing the
same thing. My question, is even if I set the speed of my port to 10Mb, is
that really going to send data at a 10Mb/sec rate? What happens is I
plugged into a switch that is 100Mb ?
"Ignacio Machin ( .NET/ C# MVP )" <ignacio.machin@xxxxxxxxx> wrote in
message
news:99df88ec-4c14-4c51-81c4-6000c818153d@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
On Sep 5, 5:11 pm, "Jason" <nos...@xxxxxxxx> wrote:
Hello
I've got a need to be able to switch, or set the speed for my NIC between
10Mb and 100Mb for parametric testing purposes.
Using C# how can I accomplish, or can it even be done?
Thanks
I'm not sure if you can do it. but if you can you have to use WMI. My
advice would be to first check if it's possible at all. then how it's
done with WMI and finally write the C# code that does it using WMI
.
- References:
- Switch between 10Mb and 100Mb
- From: Jason
- Re: Switch between 10Mb and 100Mb
- From: Ignacio Machin ( .NET/ C# MVP )
- Switch between 10Mb and 100Mb
- Prev by Date: Re: Character Operators
- Next by Date: increasing Excel process place in taskmanager hierarchy
- Previous by thread: Re: Switch between 10Mb and 100Mb
- Next by thread: Re: Switch between 10Mb and 100Mb
- Index(es):
Relevant Pages
|