Click or drag to resize

IRestClient Methods

The IRestClient type exposes the following members.

Methods
  NameDescription
Public methodDeleteTResult
Deletes the specified object
Public methodDispose (Inherited from IDisposable.)
Public methodGet(String)
Perform a raw get
Public methodGet(String, NameValueCollection)
Perform a raw get
Public methodGetTResult(String)
Gets the specified item
Public methodGetTResult(String, NameValueCollection)
Get the specified TResult using query
Public methodHead(String)
Executes a HEAD operation against the URL
Public methodHead(String, NameValueCollection)
Executes a HEAD operation against the URL
Public methodInvokeTBody, TResult(String, String, TBody)
Invokes the specified method against the URL provided
Public methodInvokeTBody, TResult(String, String, String, TBody)
Invokes the specified method against the URL provided
Public methodInvokeTBody, TResult(String, String, String, TBody, NameValueCollection)
Invokes the specified method against the url provided
Public methodLockTResult
Lock the specified resource
Public methodOptionsTResult
Executes an Options against the URL
Public methodPatchTPatch(String, String, TPatch)
Instructs the server to perform a PATCH operation
Public methodPatchTPatch(String, String, String, TPatch)
Instructs the server to perform a PATCH operation
Public methodPostTBody, TResult(String, TBody)
Executes a post against the url
Public methodPostTBody, TResult(String, String, TBody)
Executes a post against the url
Public methodPutTBody, TResult(String, TBody)
Executes a PUT (update) for the specified object
Public methodPutTBody, TResult(String, String, TBody)
Executes a PUT (update) for the specified object
Public methodUnlockTResult
Unlock the specified resource
Top
Extension Methods
  NameDescription
Public Extension MethodSetTimeout
Set timeout on me to millisecondTimeout
(Defined by ExtensionMethods.)
Top
See Also