United States (English)
Sign in
Home
Library
Learn
Samples
Downloads
Support
Community
Forums
MSDN Library
.NET Development
.NET Framework 4
.NET Framework Class Library
System.Net Namespaces
System.Net
HttpWebRequest Class
HttpWebRequest Properties
Accept Property
Address Property
AllowAutoRedirect Property
AllowWriteStreamBuffering Property
AutomaticDecompression Property
ClientCertificates Property
Connection Property
ConnectionGroupName Property
ContentLength Property
ContentType Property
ContinueDelegate Property
CookieContainer Property
Credentials Property
Date Property
DefaultCachePolicy Property
DefaultMaximumErrorResponseLength Property
DefaultMaximumResponseHeadersLength Property
Expect Property
HaveResponse Property
Headers Property
Host Property
IfModifiedSince Property
KeepAlive Property
MaximumAutomaticRedirections Property
MaximumResponseHeadersLength Property
MediaType Property
Method Property
Pipelined Property
PreAuthenticate Property
ProtocolVersion Property
Proxy Property
ReadWriteTimeout Property
Referer Property
RequestUri Property
SendChunked Property
ServicePoint Property
SupportsCookieContainer Property
Timeout Property
TransferEncoding Property
UnsafeAuthenticatedConnectionSharing Property
UseDefaultCredentials Property
UserAgent Property
This topic has not yet been rated
-
Rate this topic
HttpWebRequest
.
SupportsCookieContainer Property
.NET Framework 4
Other Versions
.NET Framework 4.5
Silverlight
Namespace:
System.Net
Assembly:
System.Net
(in System.Net.dll)
Syntax
C#
C++
F#
VB
Copy
public
virtual
bool
SupportsCookieContainer {
get
; }
Property Value
Type:
System
.
Boolean
Version Information
Portable Class Library
Supported in: Portable Class Library
See Also
Reference
HttpWebRequest Class
System.Net Namespace
Did you find this helpful?
Yes
No
Not accurate
Not enough depth
Need more code examples
Tell us more...
(
1500
characters remaining)
Community Additions
ADD