C-DEngine 5.105

TheREST Members

The TheREST type exposes the following members.

Methods


  Name Description
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method Static member GetRESTAsync(TheRequestData, Action<(Of <<'(TheRequestData>)>>), Action<(Of <<'(TheRequestData>)>>))
Requests data from a REST service asynchronously
Public method Static member GetRESTAsync(Uri, Int32, Action<(Of <<'(TheRequestData>)>>), Object)
Issues a REST GET call to a given URI
Public method Static member GetRESTAsync(Uri, Action<(Of <<'(TheRequestData>)>>))
Issues a REST GET call to a given URI
Public method Static member GetRESTAsync(Uri, Int32, Action<(Of <<'(TheRequestData>)>>))
Issues a REST GET call to a given URI
Public method Static member GetRESTAsync(Uri, Int32, String, String, String, Action<(Of <<'(TheRequestData>)>>), Object, cdeConcurrentDictionary<(Of <<'(String, String>)>>))
Issues a REST GET call to a given URI
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
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
Public method ToString (Inherited from Object.)

Fields


  Name Description
Public field IsPosting
Amount of POST currently issued