1<?xml version="1.0" encoding="utf-8"?>
2<doc>
3  <assembly>
4    <name>System.Net.Http.WebRequest</name>
5  </assembly>
6  <members>
7    <member name="M:System.Net.Http.WebRequestHandler.#ctor">
8      <summary>Initializes a new instance of the <see cref="T:System.Net.Http.WebRequestHandler" /> class.</summary>
9    </member>
10    <member name="P:System.Net.Http.WebRequestHandler.AllowPipelining">
11      <summary> Gets or sets a value that indicates whether to pipeline the request to the Internet resource.</summary>
12      <returns>Returns <see cref="T:System.Boolean" />.
13          <see langword="true" /> if the request should be pipelined; otherwise, <see langword="false" />. The default is <see langword="true" />. </returns>
14    </member>
15    <member name="P:System.Net.Http.WebRequestHandler.AuthenticationLevel">
16      <summary>Gets or sets a value indicating the level of authentication and impersonation used for this request.</summary>
17      <returns>Returns <see cref="T:System.Net.Security.AuthenticationLevel" />.A bitwise combination of the <see cref="T:System.Net.Security.AuthenticationLevel" /> values.  The default value is <see cref="F:System.Net.Security.AuthenticationLevel.MutualAuthRequested" />.</returns>
18    </member>
19    <member name="P:System.Net.Http.WebRequestHandler.CachePolicy">
20      <summary>Gets or sets the cache policy for this request.</summary>
21      <returns>Returns <see cref="T:System.Net.Cache.RequestCachePolicy" />.A <see cref="T:System.Net.Cache.RequestCachePolicy" /> object that defines a cache policy. The default is <see cref="P:System.Net.WebRequest.DefaultCachePolicy" />.</returns>
22    </member>
23    <member name="P:System.Net.Http.WebRequestHandler.ClientCertificates">
24      <summary>Gets or sets the collection of security certificates that are associated with this request.</summary>
25      <returns>Returns <see cref="T:System.Security.Cryptography.X509Certificates.X509CertificateCollection" />.The collection of security certificates associated with this request.</returns>
26    </member>
27    <member name="P:System.Net.Http.WebRequestHandler.ContinueTimeout">
28      <summary>Gets or sets the amount of time, in milliseconds, the application will wait for 100-continue from the server before uploading data.</summary>
29      <returns>Returns <see cref="T:System.TimeSpan" />.The amount of time, in milliseconds, the application will wait for 100-continue from the server before uploading data. The default value is 350 milliseconds.</returns>
30    </member>
31    <member name="P:System.Net.Http.WebRequestHandler.ImpersonationLevel">
32      <summary>Gets or sets the impersonation level for the current request.</summary>
33      <returns>Returns <see cref="T:System.Security.Principal.TokenImpersonationLevel" />.The impersonation level for the request. The default is <see cref="F:System.Security.Principal.TokenImpersonationLevel.Delegation" />.</returns>
34    </member>
35    <member name="P:System.Net.Http.WebRequestHandler.MaxResponseHeadersLength">
36      <summary>Gets or sets the maximum allowed length of the response headers.</summary>
37      <returns>Returns <see cref="T:System.Int32" />.The length, in kilobytes (1024 bytes), of the response headers.</returns>
38    </member>
39    <member name="P:System.Net.Http.WebRequestHandler.ReadWriteTimeout">
40      <summary>Gets or sets a time-out in milliseconds when writing a request to or reading a response from a server.</summary>
41      <returns>Returns <see cref="T:System.Int32" />.The number of milliseconds before the writing or reading times out. The default value is 300,000 milliseconds (5 minutes). </returns>
42    </member>
43    <member name="P:System.Net.Http.WebRequestHandler.ServerCertificateValidationCallback">
44      <summary>Gets or sets a callback method to validate the server certificate.</summary>
45      <returns>Returns <see cref="T:System.Net.Security.RemoteCertificateValidationCallback" />.A callback method to validate the server certificate.</returns>
46    </member>
47    <member name="P:System.Net.Http.WebRequestHandler.UnsafeAuthenticatedConnectionSharing">
48      <summary>Gets or sets a value that indicates whether to allow high-speed NTLM-authenticated connection sharing.</summary>
49      <returns>Returns <see cref="T:System.Boolean" />.
50          <see langword="true" /> to keep the authenticated connection open; otherwise, <see langword="false" />.</returns>
51    </member>
52    <member name="T:System.Net.Http.WebRequestHandler">
53      <summary>Provides desktop-specific features not available to Windows Store apps or other environments. </summary>
54    </member>
55  </members>
56</doc>