System.Net.HttpWebRequest
E704376
System.Net.HttpWebRequest is a .NET class that represents an HTTP-specific implementation of a web request, enabling applications to send and receive data over HTTP and HTTPS.
All labels observed (1)
| Label | Occurrences |
|---|---|
| System.Net.HttpWebRequest canonical | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T7897433 — 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.HttpWebRequest Context triple: [System.Net, containsClass, System.Net.HttpWebRequest]
-
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.HttpWebRequest Target entity description: System.Net.HttpWebRequest is a .NET class that represents an HTTP-specific implementation of a web request, enabling applications to send and receive data over HTTP and HTTPS.
-
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 (58)
| Predicate | Object |
|---|---|
| instanceOf |
.NET class
ⓘ
HTTP web request implementation ⓘ |
| assembly |
System.Net.Requests.dll
ⓘ
System.dll NERFINISHED ⓘ |
| creationMethod |
System.Net.WebRequest.Create
ⓘ
System.Net.WebRequest.CreateHttp ⓘ |
| documentationUrl | https://learn.microsoft.com/dotnet/api/system.net.httpwebrequest ⓘ |
| implementsInterface |
System.Net.ICredentialsContainer
NERFINISHED
ⓘ
System.Runtime.Serialization.ISerializable NERFINISHED ⓘ |
| inheritsFrom | System.Net.WebRequest NERFINISHED ⓘ |
| introducedIn | .NET Framework 1.1 NERFINISHED ⓘ |
| method |
GetRequestStream
ⓘ
GetRequestStreamAsync ⓘ GetResponse ⓘ GetResponseAsync ⓘ |
| namespace | System.Net NERFINISHED ⓘ |
| preferredAlternative | System.Net.Http.HttpClient ⓘ |
| property |
Accept
ⓘ
AllowAutoRedirect ⓘ AllowWriteStreamBuffering ⓘ AutomaticDecompression ⓘ ContentLength ⓘ ContentType ⓘ CookieContainer ⓘ Credentials ⓘ Expect ⓘ Headers ⓘ Host ⓘ IfModifiedSince ⓘ KeepAlive ⓘ Method ⓘ Pipelined ⓘ ProtocolVersion ⓘ Proxy ⓘ ReadWriteTimeout ⓘ Referer ⓘ RequestUri ⓘ SendChunked ⓘ Timeout ⓘ UserAgent ⓘ |
| status | discouraged in new development ⓘ |
| supportedIn |
.NET 5+
NERFINISHED
ⓘ
.NET Core NERFINISHED ⓘ .NET Framework NERFINISHED ⓘ |
| supportsAuthentication |
Basic
ⓘ
Digest ⓘ Kerberos NERFINISHED ⓘ NTLM NERFINISHED ⓘ |
| supportsFeature |
automatic decompression
ⓘ
automatic redirection ⓘ client certificates ⓘ cookies via CookieContainer ⓘ proxy configuration ⓘ |
| supportsProtocol |
HTTP
ⓘ
HTTPS ⓘ |
| threadSafety | not guaranteed to be thread-safe ⓘ |
| usedFor |
receiving HTTP responses
ⓘ
sending HTTP requests ⓘ |
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.HttpWebRequest Description of subject: System.Net.HttpWebRequest is a .NET class that represents an HTTP-specific implementation of a web request, enabling applications to send and receive data over HTTP and HTTPS.
Referenced by (1)
Full triples — surface form annotated when it differs from this entity's canonical label.