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 | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T7897435 — resolving that mention is where its identity was fixed. The disambiguator weighed these candidate entities and picked the highlighted one (or “None”, minting a new entity). This is how homonymy is resolved: the same surface form can point to different entities.
Target entity: System.Net.HttpWebResponse Context triple: [System.Net, containsClass, System.Net.HttpWebResponse]
-
A.
System.Net
System.Net is a .NET namespace that provides classes for network programming, including HTTP communication, sockets, and other internet protocol support.
-
B.
System.Net.CookieContainer
System.Net.CookieContainer is a .NET class that manages a collection of HTTP cookies for handling state and session data across web requests.
-
C.
System.Net.Security.SslStream
System.Net.Security.SslStream is a .NET class that provides a stream wrapper for implementing SSL/TLS encryption and authentication over network connections.
-
D.
HTTP
HTTP (Hypertext Transfer Protocol) is the foundational application-layer protocol used for transmitting web pages and other resources across the World Wide Web.
-
E.
System.Net.Mail.MailMessage
System.Net.Mail.MailMessage is a .NET class used to construct and represent email messages, including their recipients, subject, body, and attachments, for sending via SMTP.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
Target entity: System.Net.HttpWebResponse Target entity description: 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.
-
A.
System.Net
System.Net is a .NET namespace that provides classes for network programming, including HTTP communication, sockets, and other internet protocol support.
-
B.
System.Net.CookieContainer
System.Net.CookieContainer is a .NET class that manages a collection of HTTP cookies for handling state and session data across web requests.
-
C.
System.Net.Security.SslStream
System.Net.Security.SslStream is a .NET class that provides a stream wrapper for implementing SSL/TLS encryption and authentication over network connections.
-
D.
HTTP
HTTP (Hypertext Transfer Protocol) is the foundational application-layer protocol used for transmitting web pages and other resources across the World Wide Web.
-
E.
System.Net.Mail.MailMessage
System.Net.Mail.MailMessage is a .NET class used to construct and represent email messages, including their recipients, subject, body, and attachments, for sending via SMTP.
- F. None of above. chosen
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 NERFINISHED ⓘ |
| implements | System.IDisposable NERFINISHED ⓘ |
| inheritsFrom | System.Net.WebResponse NERFINISHED ⓘ |
| introducedIn | .NET Framework 2.0 NERFINISHED ⓘ |
| isAbstract | false ⓘ |
| isSealed | true ⓘ |
| lifecycle | must be closed or disposed to free network resources ⓘ |
| namespace | System.Net NERFINISHED ⓘ |
| obtainedBy |
HttpWebRequest.GetResponse()
NERFINISHED
ⓘ
WebRequest.GetResponse() cast to HttpWebResponse ⓘ |
| platform |
.NET (5+ for compatibility scenarios)
NERFINISHED
ⓘ
.NET Core (via compatibility shims in some versions) NERFINISHED ⓘ .NET Framework NERFINISHED ⓘ |
| providesAccessTo |
HTTP headers
ⓘ
HTTP status code ⓘ response body data ⓘ |
| represents | HTTP response received from an Internet resource ⓘ |
| returnsStreamType | System.IO.Stream from GetResponseStream() NERFINISHED ⓘ |
| statusCodeType | System.Net.HttpStatusCode NERFINISHED ⓘ |
| 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 NERFINISHED ⓘ |
How these facts were elicited
The pipeline generated the facts above by prompting gpt-5.1 with this entity's name + description and the instruction below.
You are a knowledge base construction expert. Given a subject entity and a description of it, return factual statements that you know for the subject as a JSON list of dictionaries(triples), where keys must be "subject", "predicate" and "object". The number of facts may be very high, between 25 to 50 or more, for very popular subjects. For less popular subjects, the number of facts can be very low, like 5 or 10. # Requirements - If you don't know the subject at all, return an empty list. - If the subject is not a named entity, return an empty list. - Include at least one triple where predicate is "instanceOf". - Do not get too wordy. - Separate several objects into multiple triples with one object.
Subject: System.Net.HttpWebResponse Description of subject: 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.
Referenced by (1)
Full triples — surface form annotated when it differs from this entity's canonical label.