Utility class for reading and parsing Windows Communication Foundation (WCF) trace log files (.svclog). Provides methods to deserialize E2E trace events from XML-formatted trace files.
WCFTraceFile
01 Syntax
Microsoft.VisualBasic.ApplicationServices.Development.VisualStudio.WCFTraceFile
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| ReadFile | 1 | Reads and parses a WCF trace log file (.svclog) into a sequence of E2ETraceEvent objects. |
03 Members
ReadFile(
String)Reads and parses a WCF trace log file (.svclog) into a sequence of E2ETraceEvent objects.
Parameters
| Name | Type | Description |
|---|---|---|
svclog | String | The file path or XML content string of the .svclog trace file. |
Returns
An enumerable collection of E2ETraceEvent instances parsed from the trace file.