System.Net.Http.Primitives.XML 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <?xml version="1.0"?>
  2. <doc>
  3. <assembly>
  4. <name>System.Net.Http.Primitives</name>
  5. </assembly>
  6. <members>
  7. <member name="T:System.Net.DecompressionMethods">
  8. <summary>
  9. Represents the file compression and decompression encoding format to be used to compress the data received in response to an <see cref="T:System.Net.HttpWebRequest" />.
  10. </summary>
  11. </member>
  12. <member name="F:System.Net.DecompressionMethods.None">
  13. <summary>
  14. Do not use compression.
  15. </summary>
  16. </member>
  17. <member name="F:System.Net.DecompressionMethods.GZip">
  18. <summary>
  19. Use the gZip compression-decompression algorithm.
  20. </summary>
  21. </member>
  22. <member name="F:System.Net.DecompressionMethods.Deflate">
  23. <summary>
  24. Use the deflate compression-decompression algorithm.
  25. </summary>
  26. </member>
  27. <member name="T:System.Net.IWebProxy">
  28. <summary>
  29. Provides the base interface for implementation of proxy access for the <see cref="T:System.Net.WebRequest" /> class.
  30. </summary>
  31. </member>
  32. <member name="M:System.Net.IWebProxy.GetProxy(System.Uri)">
  33. <summary>
  34. Returns the URI of a proxy.
  35. </summary>
  36. <param name="destination">A <see cref="T:System.Uri" /> that specifies the requested Internet resource. </param>
  37. <returns>A <see cref="T:System.Uri" /> instance that contains the URI of the proxy used to contact <paramref name="destination" />.</returns>
  38. </member>
  39. <member name="M:System.Net.IWebProxy.IsBypassed(System.Uri)">
  40. <summary>
  41. Indicates that the proxy should not be used for the specified host.
  42. </summary>
  43. <param name="host">The <see cref="T:System.Uri" /> of the host to check for proxy use. </param>
  44. <returns>true if the proxy server should not be used for <paramref name="host" />; otherwise, false.</returns>
  45. </member>
  46. <member name="P:System.Net.IWebProxy.Credentials">
  47. <summary>
  48. The credentials to submit to the proxy server for authentication.
  49. </summary>
  50. <returns>An <see cref="T:System.Net.ICredentials" /> instance that contains the credentials that are needed to authenticate a request to the proxy server.</returns>
  51. </member>
  52. <member name="T:System.Net.TransportContext">
  53. <summary>
  54. The System.Net.TransportContext class provides additional context about the underlying transport layer.
  55. </summary>
  56. </member>
  57. </members>
  58. </doc>