HttpWebRequest._HttpResponse 字段

HttpWebRequest._HttpResponse 是包含来自 HTTP 请求的 HTTP 响应详细信息的 HttpWebResponse。 它可以是 null,直到收到 HTTP 响应。

语法

internal HttpWebResponse _HttpResponse

警告

HttpWebRequest._HttpResponse 字段是内部字段,不应在代码中直接使用。

在任何情况下,Microsoft 都不支持在生产应用程序中使用此字段。

要求

命名空间System.Net

程序集:System(在 System.dll 中)

.NET Framework 版本:自 2.0 起可用。