|
Name |
Description |
|
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
|