IRest |
The IRestClient type exposes the following members.
| Name | Description | |
|---|---|---|
| Accept | Gets or sets the format to accept data in | |
| Credentials | Gets or sets the credentials to be used for this client | |
| Description | Gets the service client description |
| Name | Description | |
|---|---|---|
| DeleteTResult | Deletes the specified object | |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (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 | |
|---|---|---|
| ProgressChanged |
Fired when the progress of this instance has changed
(Inherited from IReportProgressChanged) | |
| Requesting | Fired prior to rest client invoking a method | |
| Responded | Fired after the request has been finished | |
| Responding | Fired when the response is initiated |
| Name | Description | |
|---|---|---|
| SetTimeout |
Set timeout on me to millisecondTimeout (Defined by ExtensionMethods) | |
| TryPing |
Attempts to send an HTTP PING to the rest client service. If successful, the reported time drift and latency are returned.
(Defined by RestClientExtensions) |