Click or drag to resize

RestClientInvokeInternalOldTBody, TResult Method

[Missing <summary> documentation for "M:SanteDB.Core.Http.RestClient.InvokeInternalOld``2(System.String,System.String,System.String,System.Net.WebHeaderCollection,System.Net.WebHeaderCollection@,``0,System.Collections.Specialized.NameValueCollection)"]


Namespace: SanteDB.Core.Http
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
protected TResult InvokeInternalOld<TBody, TResult>(
	string method,
	string url,
	string contentType,
	WebHeaderCollection additionalHeaders,
	out WebHeaderCollection responseHeaders,
	TBody body,
	NameValueCollection query
)

Parameters

method  String

[Missing <param name="method"/> documentation for "M:SanteDB.Core.Http.RestClient.InvokeInternalOld``2(System.String,System.String,System.String,System.Net.WebHeaderCollection,System.Net.WebHeaderCollection@,``0,System.Collections.Specialized.NameValueCollection)"]

url  String

[Missing <param name="url"/> documentation for "M:SanteDB.Core.Http.RestClient.InvokeInternalOld``2(System.String,System.String,System.String,System.Net.WebHeaderCollection,System.Net.WebHeaderCollection@,``0,System.Collections.Specialized.NameValueCollection)"]

contentType  String

[Missing <param name="contentType"/> documentation for "M:SanteDB.Core.Http.RestClient.InvokeInternalOld``2(System.String,System.String,System.String,System.Net.WebHeaderCollection,System.Net.WebHeaderCollection@,``0,System.Collections.Specialized.NameValueCollection)"]

additionalHeaders  WebHeaderCollection

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

responseHeaders  WebHeaderCollection

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

body  TBody

[Missing <param name="body"/> documentation for "M:SanteDB.Core.Http.RestClient.InvokeInternalOld``2(System.String,System.String,System.String,System.Net.WebHeaderCollection,System.Net.WebHeaderCollection@,``0,System.Collections.Specialized.NameValueCollection)"]

query  NameValueCollection

[Missing <param name="query"/> documentation for "M:SanteDB.Core.Http.RestClient.InvokeInternalOld``2(System.String,System.String,System.String,System.Net.WebHeaderCollection,System.Net.WebHeaderCollection@,``0,System.Collections.Specialized.NameValueCollection)"]

Type Parameters

TBody

[Missing <typeparam name="TBody"/> documentation for "M:SanteDB.Core.Http.RestClient.InvokeInternalOld``2(System.String,System.String,System.String,System.Net.WebHeaderCollection,System.Net.WebHeaderCollection@,``0,System.Collections.Specialized.NameValueCollection)"]

TResult

[Missing <typeparam name="TResult"/> documentation for "M:SanteDB.Core.Http.RestClient.InvokeInternalOld``2(System.String,System.String,System.String,System.Net.WebHeaderCollection,System.Net.WebHeaderCollection@,``0,System.Collections.Specialized.NameValueCollection)"]

Return Value

TResult

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

See Also