Click or drag to resize

RestClientBaseGet Method (String, NameValueCollection)

Retrieves a raw byte array of data from the specified location

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

Parameters

url
Type: SystemString
The resource URL to fetch from the server
query
Type: System.Collections.SpecializedNameValueCollection
The query (as key=value) to send on the GET request

Return Value

Type: Byte

[Missing <returns> documentation for "M:SanteDB.Core.Http.RestClientBase.Get(System.String,System.Collections.Specialized.NameValueCollection)"]

Implements

IRestClientGet(String, NameValueCollection)
See Also