Click or drag to resize

RestClientBase.Get Method (String)

Perform a raw get

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

Parameters

url
Type: System.String
The url to get from

Return Value

Type:Byte[]
The bytes retrieved from the service

Implements

IRestClient.Get(String)
See Also