| IRestClientGet 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 Function Get (
url As String
) As Byte()
array<unsigned char>^ Get(
String^ url
)
abstract Get :
url : string -> byte[]
Parameters
- url
- Type: SystemString
The url to get from
Return Value
Type:
ByteThe bytes retrieved from the service
See Also