C# (CSharp) Smrf.NodeXL.GraphDataProviders HttpNetworkAnalyzerBase - 4 examples found. These are the top rated real world C# (CSharp) examples of Smrf.NodeXL.GraphDataProviders.HttpNetworkAnalyzerBase extracted from open source projects. You can rate examples to help us improve the quality of examples.
Abstract base class for classes that analyze network information obtained via HTTP Web requests.
This base class implements properties related to HTTP Web requests, a BackgroundWorker instance, and properties, methods, and events related to the BackgroundWorker. The derived class must implement a method to start an analysis and implement the BackgroundWorker_DoWork method.