Click or drag to resize

IRestClientGet Method (String, NameValueCollection)

Perform a raw get

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

Parameters

url
Type: SystemString
The resource URL to execute the GET against
query
Type: System.Collections.SpecializedNameValueCollection
The query (as key=value) to include on the get

Return Value

Type: Byte
The raw bytestream response
See Also