Click or drag to resize

RestClientInvokeInternalTBody, TResult Method

Invokes the specified method against the url provided

Namespace:  SanteDB.DisconnectedClient.Http
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
protected override TResult InvokeInternal<TBody, TResult>(
	string method,
	string url,
	string contentType,
	WebHeaderCollection additionalHeaders,
	out WebHeaderCollection responseHeaders,
	TBody body,
	NameValueCollection query
)

Parameters

method
Type: SystemString
Method.
url
Type: SystemString
URL.
contentType
Type: SystemString
Content type.
additionalHeaders
Type: System.NetWebHeaderCollection

[Missing <param name="additionalHeaders"/> documentation for "M:SanteDB.DisconnectedClient.Http.RestClient.InvokeInternal``2(System.String,System.String,System.String,System.Net.WebHeaderCollection,System.Net.WebHeaderCollection@,``0,SanteDB.Core.Model.Query.NameValueCollection)"]

responseHeaders
Type: System.NetWebHeaderCollection

[Missing <param name="responseHeaders"/> documentation for "M:SanteDB.DisconnectedClient.Http.RestClient.InvokeInternal``2(System.String,System.String,System.String,System.Net.WebHeaderCollection,System.Net.WebHeaderCollection@,``0,SanteDB.Core.Model.Query.NameValueCollection)"]

body
Type: TBody
Body.
query
Type: SanteDB.Core.Model.QueryNameValueCollection
Query.

Type Parameters

TBody
The 1st type parameter.
TResult
The 2nd type parameter.

Return Value

Type: TResult

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Http.RestClient.InvokeInternal``2(System.String,System.String,System.String,System.Net.WebHeaderCollection,System.Net.WebHeaderCollection@,``0,SanteDB.Core.Model.Query.NameValueCollection)"]

See Also