Click or drag to resize

HttpRpcClientHandlerUserAgent Property

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

Client User-Agent. The UA of JsonRpc.Http will be append to this value when sending the requests.

Namespace:  JsonRpc.Http
Assembly:  JsonRpc.Http (in JsonRpc.Http.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntax
public string UserAgent { get; set; }

Property Value

Type: String
See Also