System.Net.HttpWebResponse

E704377

System.Net.HttpWebResponse is a .NET class that represents an HTTP response received from an Internet resource, providing access to status codes, headers, and response data.

All labels observed (1)

Label Occurrences
System.Net.HttpWebResponse canonical 3

How this entity was disambiguated

Statements (47)

Predicate Object
instanceOf .NET class ⓘ
HTTP response abstraction ⓘ
sealed class ⓘ
assembly System.dll ⓘ
category networking API ⓘ
documentationUrl https://learn.microsoft.com/dotnet/api/system.net.httpwebresponse ⓘ
hasMethod Close() ⓘ
Dispose() ⓘ
GetResponseHeader(string) ⓘ
GetResponseStream() ⓘ
SupportsHeaders ⓘ
hasProperty CharacterSet ⓘ
ContentLength ⓘ
ContentType ⓘ
Headers ⓘ
IsMutuallyAuthenticated ⓘ
LastModified ⓘ
Method ⓘ
ProtocolVersion ⓘ
ResponseUri ⓘ
Server ⓘ
StatusCode ⓘ
StatusDescription ⓘ
headerCollectionType System.Net.WebHeaderCollection ⓘ
implements System.IDisposable ⓘ
inheritsFrom System.Net.WebResponse ⓘ
introducedIn .NET Framework 2.0 ⓘ
linked to: .NET Framework
isAbstract false ⓘ
isSealed true ⓘ
lifecycle must be closed or disposed to free network resources ⓘ
namespace System.Net ⓘ
obtainedBy HttpWebRequest.GetResponse() ⓘ
WebRequest.GetResponse() cast to HttpWebResponse ⓘ
platform .NET (5+ for compatibility scenarios) ⓘ
linked to: .NET (5 and later)

.NET Core (via compatibility shims in some versions) ⓘ
linked to: .NET Core

.NET Framework ⓘ
providesAccessTo HTTP headers ⓘ
HTTP status code ⓘ
response body data ⓘ
represents HTTP response received from an Internet resource ⓘ
returnsStreamType System.IO.Stream from GetResponseStream() ⓘ
linked to: System.IO.Stream
statusCodeType System.Net.HttpStatusCode ⓘ
supportsProtocol HTTP ⓘ
HTTPS ⓘ
threadSafety instance members are not guaranteed to be thread safe ⓘ
usageRecommendation considered legacy compared to System.Net.Http.HttpClient ⓘ
usedWith System.Net.HttpWebRequest ⓘ

How these facts were elicited

Referenced by (3)

Full triples — surface form annotated when it differs from this entity's canonical label.

System.Net → containsClass → System.Net.HttpWebResponse ⓘ
System.Net.CookieContainer → usedWith → System.Net.HttpWebResponse ⓘ
System.Net.CookieCollection → usedWith → System.Net.HttpWebResponse ⓘ