Click or drag to resize

HttpRpcClientHandler Properties

[This is preliminary documentation and is subject to change.]

The HttpRpcClientHandler type exposes the following members.

Properties
  NameDescription
Public propertyContentType
Content-Type header value of the emitted messages.
Public propertyEncoding
Encoding of the emitted messages.
Public propertyEndpointUrl
Endpoint URL of the JSON RPC web API.
Public propertyHttpMethod
HTTP method used when sending the client request.
Public propertyUserAgent
Client User-Agent. The UA of JsonRpc.Http will be append to this value when sending the requests.
Top
See Also