| 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
)
Function Get (
url As String,
query As NameValueCollection
) As Byte()
array<unsigned char>^ Get(
String^ url,
NameValueCollection^ query
)
abstract Get :
url : string *
query : NameValueCollection -> byte[]
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:
ByteThe raw bytestream response
See Also