Method CreateHttpPut
CreateHttpPut(HttpToolOptions)
Creates an HTTP PUT tool with custom options.
public static HttpPutTool CreateHttpPut(HttpToolOptions options)
Parameters
optionsHttpToolOptionsConfiguration options.
Returns
CreateHttpPut(HttpClient, HttpToolOptions)
Creates an HTTP PUT tool with an existing HttpClient.
public static HttpPutTool CreateHttpPut(HttpClient client, HttpToolOptions options = null)
Parameters
clientHttpClientThe HttpClient to use.
optionsHttpToolOptionsConfiguration options.