System.Net.Http.WebRequest.xml 4.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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="T:System.Net.Http.RtcRequestFactory"></member>
  8. <member name="M:System.Net.Http.RtcRequestFactory.Create(System.Net.Http.HttpMethod,System.Uri)"></member>
  9. <member name="T:System.Net.Http.WebRequestHandler">
  10. <summary>Implements a transport handler using <see cref="T:System.Net.HttpWebRequest" /> instances to send HTTP requests to servers.</summary>
  11. </member>
  12. <member name="M:System.Net.Http.WebRequestHandler.#ctor">
  13. <summary>Initializes a new instance of the <see cref="T:System.Net.Http.WebRequestHandler" /> class.</summary>
  14. </member>
  15. <member name="P:System.Net.Http.WebRequestHandler.AllowPipelining">
  16. <summary> Gets or sets a value that indicates whether to pipeline the request to the Internet resource.</summary>
  17. <returns>Returns <see cref="T:System.Boolean" />.true if the request should be pipelined; otherwise, false. The default is true. </returns>
  18. </member>
  19. <member name="P:System.Net.Http.WebRequestHandler.AuthenticationLevel">
  20. <summary>Gets or sets a value indicating the level of authentication and impersonation used for this request.</summary>
  21. <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>
  22. </member>
  23. <member name="P:System.Net.Http.WebRequestHandler.CachePolicy">
  24. <summary>Gets or sets the cache policy for this request.</summary>
  25. <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>
  26. </member>
  27. <member name="P:System.Net.Http.WebRequestHandler.ClientCertificates">
  28. <summary>Gets or sets the collection of security certificates that are associated with this request.</summary>
  29. <returns>Returns <see cref="T:System.Security.Cryptography.X509Certificates.X509CertificateCollection" />.The collection of security certificates associated with this request.</returns>
  30. </member>
  31. <member name="P:System.Net.Http.WebRequestHandler.ContinueTimeout">
  32. <summary>Gets or sets the amount of time, in milliseconds, the application will wait for 100-continue from the server before uploading data.</summary>
  33. <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>
  34. </member>
  35. <member name="P:System.Net.Http.WebRequestHandler.ImpersonationLevel">
  36. <summary>Gets or sets the impersonation level for the current request.</summary>
  37. <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>
  38. </member>
  39. <member name="P:System.Net.Http.WebRequestHandler.MaxResponseHeadersLength">
  40. <summary>Gets or sets the maximum allowed length of the response headers.</summary>
  41. <returns>Returns <see cref="T:System.Int32" />.The length, in kilobytes (1024 bytes), of the response headers.</returns>
  42. </member>
  43. <member name="P:System.Net.Http.WebRequestHandler.ReadWriteTimeout">
  44. <summary>Gets or sets a time-out in milliseconds when writing a request to or reading a response from a server.</summary>
  45. <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>
  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" />.true to keep the authenticated connection open; otherwise, false.</returns>
  50. </member>
  51. </members>
  52. </doc>