 | HttpRpcClientHandlerEndpointUrl Property |
[This is preliminary documentation and is subject to change.]
Endpoint URL of the JSON RPC web API.
Namespace:
JsonRpc.Http
Assembly:
JsonRpc.Http (in JsonRpc.Http.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntaxpublic string EndpointUrl { get; set; }
Public Property EndpointUrl As String
Get
Set
Dim instance As HttpRpcClientHandler
Dim value As String
value = instance.EndpointUrl
instance.EndpointUrl = value
public:
property String^ EndpointUrl {
String^ get ();
void set (String^ value);
}
member EndpointUrl : string with get, set
Property Value
Type:
String
See Also