 | IRestClientGet(String) Method |
Perform a raw get
Namespace: SanteDB.Core.HttpAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
SyntaxFunction Get (
url As String
) As Byte()
array<unsigned char>^ Get(
String^ url
)
abstract Get :
url : string -> byte[] Parameters
- url String
- The url to get from
Return Value
ByteThe bytes retrieved from the service
See Also