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