HttpWebRequest
HttpWebRequest()
HttpWebRequest(Uri)
HttpWebRequest(SerializationInfo, StreamingContext)
~HttpWebRequest()
Accept
Address
AllowAutoRedirect
AllowReadStreamBuffering
AllowWriteStreamBuffering
AutomaticDecompression
ClientCertificates
Connection
ConnectionGroupName
ContentLength
ContentType
ContinueDelegate
ContinueTimeout
CookieContainer
Credentials
Date
DefaultCachePolicy
DefaultMaximumErrorResponseLength
DefaultMaximumResponseHeadersLength
Expect
HaveResponse
Headers
Host
IfModifiedSince
KeepAlive
MaximumAutomaticRedirections
MaximumResponseHeadersLength
MediaType
Method
Pipelined
PreAuthenticate
ProtocolVersion
Proxy
ReadWriteTimeout
Referer
RequestUri
SendChunked
ServerCertificateValidationCallback
ServicePoint
SupportsCookieContainer
Timeout
TransferEncoding
UnsafeAuthenticatedConnectionSharing
UseDefaultCredentials
UserAgent
Abort()
AddRange(Int32)
AddRange(Int64)
AddRange(Int32, Int32)
AddRange(Int64, Int64)
AddRange(String, Int32)
AddRange(String, Int64)
AddRange(String, Int32, Int32)
AddRange(String, Int64, Int64)
BeginGetRequestStream(AsyncCallback, Object)
BeginGetResponse(AsyncCallback, Object)
EndGetRequestStream(IAsyncResult)
EndGetRequestStream(IAsyncResult, TransportContext)
EndGetResponse(IAsyncResult)
GetHashCode()
GetObjectData(SerializationInfo, StreamingContext)
GetRequestStream()
GetRequestStream(TransportContext)
GetRequestStreamAsync()
GetResponse()
GetRequestMetadata(HttpWebRequest)
SetRequestMetadata(HttpWebRequest, RequestMetadata)
net481
namespace System.Net
{
public class HttpWebRequest : WebRequest, ISerializable
{
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public HttpWebRequest();
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
Upgrade Planner | 0.0 %
Reference this API |
.NET Framework | 4.54.5.14.5.24.64.6.14.6.24.74.7.14.7.24.84.8.1 |
Information specific to net481 | |
Assembly | System , Version=4.0.0.0, PublicKeyToken=b77a5c561934e089 |
Referencing | The API is automatically referenced. |
Obsolete | This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API