Skip to content
Mikkel Elmholdt edited this page Jan 31, 2015 · 2 revisions

[JsonRpcMethod] is required to include your method as one exposed by your service. By default it uses the name of your method. You can override this by specifying your own in the parameter:

    [JsonRpcMethod("YourMethodName")]