Click or drag to resize

RestClientCopyResponseHeaders Method

Copies the response headers to a separate object that is not tied to the response.

Namespace: SanteDB.Core.Http
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
protected virtual WebHeaderCollection CopyResponseHeaders(
	HttpWebResponse response
)

Parameters

response  HttpWebResponse

[Missing <param name="response"/> documentation for "M:SanteDB.Core.Http.RestClient.CopyResponseHeaders(System.Net.HttpWebResponse)"]

Return Value

WebHeaderCollection

[Missing <returns> documentation for "M:SanteDB.Core.Http.RestClient.CopyResponseHeaders(System.Net.HttpWebResponse)"]

See Also