JsonServiceClient class
namespace: Serenity.Services assembly: Serenity.Net.Services
A JSON service client implementation
public class JsonServiceClient
Public Members
name | description |
---|---|
JsonServiceClient(…) | Creates an instance of JsonServiceClient for the passed baseUrl |
virtual Post<TResponse>(…) | Post to JSON service |
Protected Members
name | description |
---|---|
BaseUrl { get; set; } | Base url for the client |
cookies- | Cookie container |
InternalPost<TResponse>(…) | Posts to a JSON service, internal version |
See Also
- Source: JsonServiceClient.cs