Class AppWebServiceController
Network services requests handler.
Inheritance
AppWebServiceController
Assembly: EduCATS.dll
Syntax
public class AppWebServiceController
Constructors
Declaration
public AppWebServiceController(IPlatformServices services = null)
Parameters
Properties
Json
Parsed JSON or single string.
Declaration
public string Json { get; set; }
Property Value
StatusCode
Declaration
public HttpStatusCode StatusCode { get; set; }
Property Value
Methods
SendRequest(HttpMethod, string, string)
Declaration
public Task SendRequest(HttpMethod httpMethod, string url, string content = null)
Parameters
Returns