IRestClient Methods CTCT Wrapper Documented Class Library
The IRestClient type exposes the following members.
Methods

  NameDescription
Public methodDelete
Make an Http DELETE request.
Public methodGet
Make an Http GET request.
Public methodPatch
Make an Http PATCH request.
Public methodPost
Make an Http POST request.
Public methodPostMultipart
Make an Http POST Multipart request.
Public methodPut
Make an Http PUT request.
Back to Top
See Also