Click or drag to resize

RestClientBaseGet(String, NameValueCollection) Method

Perform a raw get

Namespace: SanteDB.Core.Http
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public byte[] Get(
	string url,
	NameValueCollection query
)

Parameters

url  String
The resource URL to execute the GET against
query  NameValueCollection
The query (as key=value) to include on the get

Return Value

Byte
The raw bytestream response

Implements

IRestClientGet(String, NameValueCollection)
See Also