C-DEngine 5.105

TheREST..::..PostRESTAsync Method

Overload List


  Name Description
Public method PostRESTAsync(TheRequestData, Action<(Of <<'(TheRequestData>)>>), Action<(Of <<'(TheRequestData>)>>))
This is the main Function all other PostREST Functions are calling in the end.
Public method PostRESTAsync(Uri, Action<(Of <<'(TheRequestData>)>>), Stream, String, Object, Action<(Of <<'(TheRequestData>)>>))
REST POST Call to a server address with the URI
Public method PostRESTAsync(Uri, Action<(Of <<'(TheRequestData>)>>), String, Object, Action<(Of <<'(TheRequestData>)>>))
REST POST Call to a server address with the URI
Public method PostRESTAsync(Uri, Action<(Of <<'(TheRequestData>)>>), String, String, Object, Action<(Of <<'(TheRequestData>)>>))
REST POST Call to a server address with the URI
Public method PostRESTAsync(Uri, Action<(Of <<'(TheRequestData>)>>), String, Guid, Object, Action<(Of <<'(TheRequestData>)>>))
REST POST Call to a server address with the URI
Public method PostRESTAsync(Uri, Action<(Of <<'(TheRequestData>)>>), array<Byte>[]()[][], Guid, Object, Action<(Of <<'(TheRequestData>)>>))
REST POST Call to a server address with the URI
Public method 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
Public method 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
Public method 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