Click or drag to resize

JsonRpcNamingStrategyGetRpcMethodName Method

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

Maps a CLR method name into JSON RPC method name.

Namespace:  JsonRpc.Contracts
Assembly:  JsonRpc.Commons (in JsonRpc.Commons.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntax
public virtual string GetRpcMethodName(
	string methodName,
	bool isSpecified
)

Parameters

methodName
Type: SystemString
The CLR method name, or user-specified method name (e.g. via Attributes).
isSpecified
Type: SystemBoolean
Whether the methodName is specified explicitly by user.

Return Value

Type: String
The mapped JSON RPC method name.
See Also