 | 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
Syntaxpublic string UserAgent { get; set; }
Public Property UserAgent As String
Get
Set
Dim instance As HttpRpcClientHandler
Dim value As String
value = instance.UserAgent
instance.UserAgent = value
public:
property String^ UserAgent {
String^ get ();
void set (String^ value);
}
member UserAgent : string with get, set
Property Value
Type:
String
See Also