Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.13 KB

coreresponsedata.md

File metadata and controls

37 lines (28 loc) · 1.13 KB
title description ms.date topic_type api_name api_location api_type author
CoreResponseData Class
Understand the CoreResponseData class, which represents the parsing of the HTTP headers and the response body. It is in the System.Net namespace in .NET.
01/29/2018
apiref
System.Net.CoreResponseData
System.dll
Assembly
stevewhims

CoreResponseData Class

The CoreResponseData class represents the parsing of the HTTP headers and the response body.

Syntax

internal class CoreResponseData

Warning

This API is internal, and it is not meant to be used directly in your code. Instead, you should use a xref:System.Diagnostics.DiagnosticSource to hook networking code. See DiagnosticSource User's Guide.

Microsoft does not support the use of this class in a production application under any circumstance.

Requirements

Namespace: xref:System.Net

Assembly: System (in System.dll)

.NET Framework versions: Available since 2.0.