WinForms sample for HarSharp
29/10/2019
1 minutes to read
Ajay Tandon sent me a WinForms sample that he made using HarSharp.
The HTTP Archive (HAR) format as defined in the W3C Specification is an archival format for HTTP transactions that can be used by a web browser to export detailed performance data about web pages it loads.
HarSharp is a small and easy-to-use library to parse HAR files to .NET objects that I created some years ago for .NET Framework, today I released the version 2.0.0 with support to .NET Core / .NET Standard.
Har File Analyzer with a HAR file loaded
Files
If you want to use the the Har File Analyzer or want to know how to create a Win Forms app with HarSharp, you can download to full solution here: HarSharp_wingui.zip
Loading comments...