JsonWebServiceClientBase class

A base class for common json service clients.

public abstract class JsonWebServiceClientBase

Protected Members

name description
JsonWebServiceClientBase(…) Initializes a new instance of the JsonWebServiceClientBase class.
CreateRequest<TResponse>() Creates a new AutoWebServiceRequest.
CreateRequest<TResponse>(…) Creates a new AutoWebServiceRequest using the specified relative URI. (3 methods)
GetRequestUri() Creates a web request URI.
GetRequestUri(…) Creates a web request URI using the specified relative URI. (3 methods)
virtual OnGetRequestUri(…) Called to modify the request URI before it is sent.
virtual OnRequestCreated(…) Called to modify the request before it is sent.

See Also