SystemDiagnosticsTraceWriter.FormatRequestEnvelope Method
Formats the given TraceRecord into a string describing either the initial receipt of the incoming request or the final send of the response, depending on TraceKind.
Namespace: System.Web.Http.Tracing
Assembly: System.Web.Http.Tracing (in System.Web.Http.Tracing.dll)
'Declaration Public Overridable Function FormatRequestEnvelope ( _ traceRecord As TraceRecord _ ) As String 'Usage Dim instance As SystemDiagnosticsTraceWriter Dim traceRecord As TraceRecord Dim returnValue As String returnValue = instance.FormatRequestEnvelope(traceRecord)
Parameters
- traceRecord
- Type: System.Web.Http.Tracing.TraceRecord
The TraceRecord from which to produce the result.
Show: