JsonRpcMethodAttribute Properties |
[This is preliminary documentation and is subject to change.]
The JsonRpcMethodAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowExtensionData |
Used in the server. Whether allows extra parameters on this method when matching signature.
| |
| IsNotification |
Indicates whether the method is a notification request.
| |
| MethodName |
The name of the method. null to use the applied method name.
| |
| NamingStrategyParameters |
The constructor parameters used to instantiate the specified NamingStrategyType | |
| NamingStrategyType |
The Type of the JsonRpcNamingStrategy applied to the methods in this scope.
| |
| TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute.) | |
| ValueConverterParameters |
The constructor parameters used to instantiate the specified ValueConverterType | |
| ValueConverterType |
The Type of IJsonValueConverter that applies to the parameters of this method.
|