<?xml version="1.0" encoding="utf-8"?>
<assembly name="System.Net.Http">
  <member name="M:System.Net.Http.HttpClient.GetStringAsync(System.String)">
    <parameter name="requestUri">
      <attribute ctor="M:JetBrains.Annotations.UriStringAttribute.#ctor(System.String)">
        <argument>GET</argument>
      </attribute>
    </parameter>
  </member>
  <member name="M:System.Net.Http.HttpClient.GetByteArrayAsync(System.String)">
    <parameter name="requestUri">
      <attribute ctor="M:JetBrains.Annotations.UriStringAttribute.#ctor(System.String)">
        <argument>GET</argument>
      </attribute>
    </parameter>
  </member>
  <member name="M:System.Net.Http.HttpClient.GetStreamAsync(System.String)">
    <parameter name="requestUri">
      <attribute ctor="M:JetBrains.Annotations.UriStringAttribute.#ctor(System.String)">
        <argument>GET</argument>
      </attribute>
    </parameter>
  </member>
  <member name="M:System.Net.Http.HttpClient.GetAsync(System.String)">
    <parameter name="requestUri">
      <attribute ctor="M:JetBrains.Annotations.UriStringAttribute.#ctor(System.String)">
        <argument>GET</argument>
      </attribute>
    </parameter>
  </member>
  <member name="M:System.Net.Http.HttpClient.GetAsync(System.String,System.Net.Http.HttpCompletionOption)">
    <parameter name="requestUri">
      <attribute ctor="M:JetBrains.Annotations.UriStringAttribute.#ctor(System.String)">
        <argument>GET</argument>
      </attribute>
    </parameter>
  </member>
  <member name="M:System.Net.Http.HttpClient.GetAsync(System.String,System.Threading.CancellationToken)">
    <parameter name="requestUri">
      <attribute ctor="M:JetBrains.Annotations.UriStringAttribute.#ctor(System.String)">
        <argument>GET</argument>
      </attribute>
    </parameter>
  </member>
  <member name="M:System.Net.Http.HttpClient.GetAsync(System.String,System.Net.Http.HttpCompletionOption,System.Threading.CancellationToken)">
    <parameter name="requestUri">
      <attribute ctor="M:JetBrains.Annotations.UriStringAttribute.#ctor(System.String)">
        <argument>GET</argument>
      </attribute>
    </parameter>
  </member>
  <member name="M:System.Net.Http.HttpClient.PostAsync(System.String,System.Net.Http.HttpContent)">
    <parameter name="requestUri">
      <attribute ctor="M:JetBrains.Annotations.UriStringAttribute.#ctor(System.String)">
        <argument>POST</argument>
      </attribute>
    </parameter>
  </member>
  <member name="M:System.Net.Http.HttpClient.PostAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)">
    <parameter name="requestUri">
      <attribute ctor="M:JetBrains.Annotations.UriStringAttribute.#ctor(System.String)">
        <argument>POST</argument>
      </attribute>
    </parameter>
  </member>
  <member name="M:System.Net.Http.HttpClient.PutAsync(System.String,System.Net.Http.HttpContent)">
    <parameter name="requestUri">
      <attribute ctor="M:JetBrains.Annotations.UriStringAttribute.#ctor(System.String)">
        <argument>PUT</argument>
      </attribute>
    </parameter>
  </member>
  <member name="M:System.Net.Http.HttpClient.PutAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)">
    <parameter name="requestUri">
      <attribute ctor="M:JetBrains.Annotations.UriStringAttribute.#ctor(System.String)">
        <argument>PUT</argument>
      </attribute>
    </parameter>
  </member>
  <member name="M:System.Net.Http.HttpClient.PatchAsync(System.String,System.Net.Http.HttpContent)">
    <parameter name="requestUri">
      <attribute ctor="M:JetBrains.Annotations.UriStringAttribute.#ctor(System.String)">
        <argument>PATCH</argument>
      </attribute>
    </parameter>
  </member>
  <member name="M:System.Net.Http.HttpClient.PatchAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)">
    <parameter name="requestUri">
      <attribute ctor="M:JetBrains.Annotations.UriStringAttribute.#ctor(System.String)">
        <argument>PATCH</argument>
      </attribute>
    </parameter>
  </member>
  <member name="M:System.Net.Http.HttpClient.DeleteAsync(System.String)">
    <parameter name="requestUri">
      <attribute ctor="M:JetBrains.Annotations.UriStringAttribute.#ctor(System.String)">
        <argument>DELETE</argument>
      </attribute>
    </parameter>
  </member>
  <member name="M:System.Net.Http.HttpClient.DeleteAsync(System.String,System.Threading.CancellationToken)">
    <parameter name="requestUri">
      <attribute ctor="M:JetBrains.Annotations.UriStringAttribute.#ctor(System.String)">
        <argument>DELETE</argument>
      </attribute>
    </parameter>
  </member>
  <member name="M:System.Net.Http.HttpRequestMessage.#ctor(System.Net.Http.HttpMethod,System.String)">
    <parameter name="requestUri">
      <attribute ctor="M:JetBrains.Annotations.UriStringAttribute.#ctor(System.String)"/>
    </parameter>
  </member>
</assembly>