|
Name |
Description |
|
Equals(System.Object)
|
(Inherited from Object.) |
|
Finalize
|
(Inherited from Object.) |
|
GetHashCode
|
(Inherited from Object.) |
|
GetRESTAsync(TheRequestData, Action<(Of <<'(TheRequestData>)>>), Action<(Of <<'(TheRequestData>)>>))
|
Requests data from a REST service asynchronously
|
|
GetRESTAsync(Uri, Int32, Action<(Of <<'(TheRequestData>)>>), Object)
|
Issues a REST GET call to a given URI
|
|
GetRESTAsync(Uri, Action<(Of <<'(TheRequestData>)>>))
|
Issues a REST GET call to a given URI
|
|
GetRESTAsync(Uri, Int32, Action<(Of <<'(TheRequestData>)>>))
|
Issues a REST GET call to a given URI
|
|
GetRESTAsync(Uri, Int32, String, String, String, Action<(Of <<'(TheRequestData>)>>), Object, cdeConcurrentDictionary<(Of <<'(String, String>)>>))
|
Issues a REST GET call to a given URI
|
|
GetType
|
(Inherited from Object.) |
|
MemberwiseClone
|
(Inherited from Object.) |
|
PostRESTAsync(TheRequestData, Action<(Of <<'(TheRequestData>)>>), Action<(Of <<'(TheRequestData>)>>))
|
This is the main Function all other PostREST Functions are calling in the end.
|
|
PostRESTAsync(Uri, Action<(Of <<'(TheRequestData>)>>), Stream, String, Object, Action<(Of <<'(TheRequestData>)>>))
|
REST POST Call to a server address with the URI
|
|
PostRESTAsync(Uri, Action<(Of <<'(TheRequestData>)>>), String, Object, Action<(Of <<'(TheRequestData>)>>))
|
REST POST Call to a server address with the URI
|
|
PostRESTAsync(Uri, Action<(Of <<'(TheRequestData>)>>), String, String, Object, Action<(Of <<'(TheRequestData>)>>))
|
REST POST Call to a server address with the URI
|
|
PostRESTAsync(Uri, Action<(Of <<'(TheRequestData>)>>), String, Guid, Object, Action<(Of <<'(TheRequestData>)>>))
|
REST POST Call to a server address with the URI
|
|
PostRESTAsync(Uri, Action<(Of <<'(TheRequestData>)>>), array<Byte>[]()[][], Guid, Object, Action<(Of <<'(TheRequestData>)>>))
|
REST POST Call to a server address with the URI
|
|
PostRESTAsync(Uri, Action<(Of <<'(TheRequestData>)>>), String, String, Guid, Object, Action<(Of <<'(TheRequestData>)>>), cdeConcurrentDictionary<(Of <<'(String, String>)>>))
|
REST POST Call to a server address with the URI
|
|
PostRESTAsync(Uri, Action<(Of <<'(TheRequestData>)>>), array<Byte>[]()[][], String, Guid, Object, Action<(Of <<'(TheRequestData>)>>), cdeConcurrentDictionary<(Of <<'(String, String>)>>))
|
REST POST Call to a server address with the URI
|
|
PostRESTAsync(Uri, Action<(Of <<'(TheRequestData>)>>), Stream, String, Guid, Object, Action<(Of <<'(TheRequestData>)>>), cdeConcurrentDictionary<(Of <<'(String, String>)>>))
|
REST POST Call to a server address with the URI
|
|
ToString
|
(Inherited from Object.) |