Click or drag to resize

RestClientBase Methods

The RestClientBase type exposes the following members.

Methods
  NameDescription
Protected methodCreateHttpRequest
Create the HTTP request
Public methodStatic memberCreateQueryString
Create the query string from a list of query parameters
Public methodDeleteTResult
Executes an HTTP delete operation on the server
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Protected methodFireProgressChanged
Fire that progress has changed
Protected methodFireResponding
Fire responding event
Public methodGet(String)
Perform a raw get
Public methodGet(String, NameValueCollection)
Retrieves a raw byte array of data from the specified location
Public methodGetTResult(String)
Gets the specified item
Public methodGetTResult(String, KeyValuePairString, String)
Fetches the specified result from the server
Public methodGetTResult(String, NameValueCollection)
Get the specified TResult
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodHead(String)
Executes a HEAD operation against the URL
Public methodHead(String, NameValueCollection)
Perform a head operation against the specified 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)
Invoke the specified method against the server
Protected methodInvokeInternalTBody, TResult
Implementation specific implementation of invoke
Public methodLockTResult
Perform a lock on the specified resource
Protected methodMemberwiseClone (Inherited from Object.)
Public methodOptionsTResult
Executes an HTTP options against the server
Public methodPatchTPatch(String, String, TPatch)
Patches the specified resource at url with patch when ifMatch is true
Public methodPatchTPatch(String, String, String, TPatch)
Patches the specified resource at url with patch when ifMatch is true
Public methodPostTBody, TResult(String, TBody)
Execute a post against the url
Public methodPostTBody, TResult(String, String, TBody)
Execute a post against the url
Public methodPutTBody, TResult(String, TBody)
Executes an HTTP PUT against the server
Public methodPutTBody, TResult(String, String, TBody)
Executes an HTTP PUT against the server
Public methodToString (Inherited from Object.)
Public methodUnlockTResult
Perform an unlock
Top
Extension Methods
  NameDescription
Public Extension MethodConvertTReturn
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.)
Public Extension MethodSetTimeout
Set timeout on me to millisecondTimeout
(Defined by ExtensionMethods.)
Top
See Also