Class JsonRpcWebClient
Simple JSON-RPC web client to run requests against a service endpoint. The protocol of the service endpoint
must be a registered
WebRequest prefix.
Inheritance
JsonRpcWebClient
Assembly: XploRe.Net.JsonRpc.dll
Syntax
public class JsonRpcWebClient : Object, IJsonRpcClient
Constructors
Properties
Name |
Description |
ServiceEndpoint
|
Configured service endpoint Uri.
|
WebRequest
|
Cached WebRequest instance for the configured service endpoint that is automatically
initialised on first access.
|
Methods