[quote]Eric Lawrence said:.NET exposes the network state via NetworkInterface.GetIsNetworkAvailable(); it also offers events when the status changes. There's a little subtlety to it because those events typically fire a few times when network connections are established and parameters negotiated, etc.[/quote]
Great, how do I query that in FiddlerScript?
[quote]Eric Lawrence said:.Attributes are a first-class citizen in .NET programming, and you apply them to a field, method or class by annotating that field, method, or class.
[/quote]