|  | RestClientBase Methods | 
The RestClientBase type exposes the following members.
 Methods
Methods| 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 | (Inherited from Object.) | 
|  | Finalize | (Inherited from Object.) | 
|  | FireProgressChanged | 
            Fire that progress has changed
             | 
|  | FireResponding | 
            Fire responding event
             | 
|  | Get(String) | 
            Perform a raw get
             | 
|  | Get(String, NameValueCollection) | 
            Retrieves a raw byte array of data from the specified location
             | 
|  | GetTResult(String) | 
            Gets the specified item
             | 
|  | GetTResult(String, KeyValuePairString, String) | 
            Fetches the specified result from the server
             | 
|  | GetTResult(String, NameValueCollection) | 
            Get the specified TResult | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetType | (Inherited from Object.) | 
|  | Head(String) | 
            Executes a HEAD operation against the URL
             | 
|  | Head(String, NameValueCollection) | 
            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, NameValueCollection) | 
            Invoke the specified method against the server
             | 
|  | InvokeInternalTBody, TResult | 
            Implementation specific implementation of invoke
             | 
|  | LockTResult | 
            Perform a lock on the specified resource
             | 
|  | MemberwiseClone | (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 | (Inherited from Object.) | 
|  | UnlockTResult | 
            Perform an unlock
             | 
 Extension Methods
Extension Methods| 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.) | 
|  | SetTimeout | 
            Set timeout on me to millisecondTimeout(Defined by ExtensionMethods.) | 
 See Also
See Also