Click or drag to resize

IApiClientTransport Methods

The IApiClientTransport type exposes the following members.

Methods
  NameDescription
Public methodDeleteAsync(String, WebHeaderCollection)
Send a DELETE request.
Public methodDeleteAsync(String, Byte, WebHeaderCollection)
Send a DELETE request with body content.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetAsync
Send a GET request.
Public methodHeadAsync
Send a HEAD Request.
Public methodPatchAsync
Send a PATCH request.
Public methodPostAsync
Send a POST request.
Public methodPutAsync
Send a PUT request.
Top
See Also