![]() | IRestClient Methods |
The IRestClient type exposes the following members.
Name | Description | |
---|---|---|
![]() | DeleteTResult |
Deletes the specified object
|
![]() | Dispose | (Inherited from IDisposable.) |
![]() | Get(String) |
Perform a raw get
|
![]() | Get(String, NameValueCollection) |
Perform a raw get
|
![]() | GetTResult(String) |
Gets the specified item
|
![]() | GetTResult(String, NameValueCollection) |
Get the specified TResult using query |
![]() | Head(String) |
Executes a HEAD operation against the URL
|
![]() | Head(String, NameValueCollection) |
Executes a HEAD operation against the URL
|
![]() | InvokeTBody, TResult(String, String, TBody) |
Invokes the specified method against the URL provided
|
![]() | InvokeTBody, TResult(String, String, String, TBody) |
Invokes the specified method against the URL provided
|
![]() | InvokeTBody, TResult(String, String, String, TBody, NameValueCollection) |
Invokes the specified method against the url provided
|
![]() | LockTResult |
Lock the specified resource
|
![]() | OptionsTResult |
Executes an Options against the URL
|
![]() | PatchTPatch(String, String, TPatch) |
Instructs the server to perform a PATCH operation
|
![]() | PatchTPatch(String, String, String, TPatch) |
Instructs the server to perform a PATCH operation
|
![]() | PostTBody, TResult(String, TBody) |
Executes a post against the url
|
![]() | PostTBody, TResult(String, String, TBody) |
Executes a post against the url
|
![]() | PutTBody, TResult(String, TBody) |
Executes a PUT (update) for the specified object
|
![]() | PutTBody, TResult(String, String, TBody) |
Executes a PUT (update) for the specified object
|
![]() | UnlockTResult |
Unlock the specified resource
|
Name | Description | |
---|---|---|
![]() | SetTimeout |
Set timeout on me to millisecondTimeout (Defined by ExtensionMethods.) |