RestClientBase Class |
Namespace: SanteDB.Core.Http
The RestClientBase type exposes the following members.
Name | Description | |
---|---|---|
RestClientBase |
Initializes a new instance of the IRestClient class.
| |
RestClientBase(IRestClientDescription) |
Initializes a new instance of the IRestClient class.
|
Name | Description | |
---|---|---|
Credentials |
Gets or sets the credentials to be used for this client
| |
Description |
Get the description (configuration) of this service
|
Name | Description | |
---|---|---|
CreateHttpRequest |
Create the HTTP request
| |
CreateQueryString |
Create the query string from a list of query parameters
| |
DeleteTResult |
Executes an HTTP delete operation on the server
| |
Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FireProgressChanged |
Fire that progress has changed
| |
FireResponding |
Fire responding event
| |
Get(String, KeyValuePairString, Object) |
Retrieves a raw byte array of data from the specified location
| |
GetTResult(String) |
Gets the specified item
| |
GetTResult(String, KeyValuePairString, Object) |
Fetches the specified result from the server
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Head |
Perform a head operation against the specified 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, KeyValuePairString, Object) |
Invoke the specified method against the server
| |
InvokeInternalTBody, TResult |
Implementation specific implementatoin of invoke
| |
LockTResult |
Perform a lock on the specified resource
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OptionsTResult |
Executes an HTTP options against the server
| |
PatchTPatch(String, String, TPatch) |
Patches the specified resource at url with patch when ifMatch is true
| |
PatchTPatch(String, String, String, TPatch) |
Patches the specified resource at url with patch when ifMatch is true
| |
PostTBody, TResult(String, TBody) |
Execute a post against the url | |
PostTBody, TResult(String, String, TBody) |
Execute a post against the url | |
PutTBody, TResult(String, TBody) |
Executes an HTTP PUT against the server
| |
PutTBody, TResult(String, String, TBody) |
Executes an HTTP PUT against the server
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UnlockTResult |
Perform an unlock
|
Name | Description | |
---|---|---|
ProgressChanged |
Progress has changed
| |
Requesting |
Fired on request
| |
Responded |
Fired on response
| |
Responding |
Fired on response
|
Name | Description | |
---|---|---|
ConvertTReturn |
The purpose of this method is to convert object me to TReturn. Why?
Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast
so we have to copy.
(Defined by ExtensionMethods.) | |
GetInstanceOfTDomain |
Gets an instance of TDomain from me
(Defined by ModelExtensions.) |