| 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
)
Public Function Get (
url As String,
query As NameValueCollection
) As Byte()
public:
virtual array<unsigned char>^ Get(
String^ url,
NameValueCollection^ query
) sealed
abstract Get :
url : string *
query : NameValueCollection -> byte[]
override Get :
url : string *
query : NameValueCollection -> byte[]
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