System.Net.Http.WebRequest.xml 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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">
  8. <summary>Represents the class that is used to create special <see cref="T:System.Net.Http.HttpRequestMessage" /> for use with the Real-Time-Communications (RTC) background notification infrastructure.</summary>
  9. </member>
  10. <member name="M:System.Net.Http.RtcRequestFactory.Create(System.Net.Http.HttpMethod,System.Uri)">
  11. <summary>Creates a special <see cref="T:System.Net.Http.HttpRequestMessage" /> for use with the Real-Time-Communications (RTC) background notification infrastructure.</summary>
  12. <returns>Returns <see cref="T:System.Net.Http.HttpRequestMessage" />.An HTTP request message for use with the RTC background notification infrastructure.</returns>
  13. <param name="method">The HTTP method.</param>
  14. <param name="uri">The Uri the request is sent to.</param>
  15. </member>
  16. <member name="T:System.Net.Http.WebRequestHandler">
  17. <summary>Provides desktop-specific features not available to Windows Store apps or other environments. </summary>
  18. </member>
  19. <member name="M:System.Net.Http.WebRequestHandler.#ctor">
  20. <summary>Initializes a new instance of the <see cref="T:System.Net.Http.WebRequestHandler" /> class.</summary>
  21. </member>
  22. <member name="P:System.Net.Http.WebRequestHandler.AllowPipelining">
  23. <summary> Gets or sets a value that indicates whether to pipeline the request to the Internet resource.</summary>
  24. <returns>Returns <see cref="T:System.Boolean" />.true if the request should be pipelined; otherwise, false. The default is true. </returns>
  25. </member>
  26. <member name="P:System.Net.Http.WebRequestHandler.AuthenticationLevel">
  27. <summary>Gets or sets a value indicating the level of authentication and impersonation used for this request.</summary>
  28. <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>
  29. </member>
  30. <member name="P:System.Net.Http.WebRequestHandler.CachePolicy">
  31. <summary>Gets or sets the cache policy for this request.</summary>
  32. <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>
  33. </member>
  34. <member name="P:System.Net.Http.WebRequestHandler.ClientCertificates">
  35. <summary>Gets or sets the collection of security certificates that are associated with this request.</summary>
  36. <returns>Returns <see cref="T:System.Security.Cryptography.X509Certificates.X509CertificateCollection" />.The collection of security certificates associated with this request.</returns>
  37. </member>
  38. <member name="P:System.Net.Http.WebRequestHandler.ContinueTimeout">
  39. <summary>Gets or sets the amount of time, in milliseconds, the application will wait for 100-continue from the server before uploading data.</summary>
  40. <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>
  41. </member>
  42. <member name="P:System.Net.Http.WebRequestHandler.ImpersonationLevel">
  43. <summary>Gets or sets the impersonation level for the current request.</summary>
  44. <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>
  45. </member>
  46. <member name="P:System.Net.Http.WebRequestHandler.MaxResponseHeadersLength">
  47. <summary>Gets or sets the maximum allowed length of the response headers.</summary>
  48. <returns>Returns <see cref="T:System.Int32" />.The length, in kilobytes (1024 bytes), of the response headers.</returns>
  49. </member>
  50. <member name="P:System.Net.Http.WebRequestHandler.ReadWriteTimeout">
  51. <summary>Gets or sets a time-out in milliseconds when writing a request to or reading a response from a server.</summary>
  52. <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>
  53. </member>
  54. <member name="P:System.Net.Http.WebRequestHandler.ServerCertificateValidationCallback">
  55. <summary>Gets or sets a callback method to validate the server certificate.</summary>
  56. <returns>Returns <see cref="T:System.Net.Security.RemoteCertificateValidationCallback" />.A callback method to validate the server certificate.</returns>
  57. </member>
  58. <member name="P:System.Net.Http.WebRequestHandler.UnsafeAuthenticatedConnectionSharing">
  59. <summary>Gets or sets a value that indicates whether to allow high-speed NTLM-authenticated connection sharing.</summary>
  60. <returns>Returns <see cref="T:System.Boolean" />.true to keep the authenticated connection open; otherwise, false.</returns>
  61. </member>
  62. </members>
  63. </doc>