Click or drag to resize

JsonRpcMethodAttribute Properties

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

The JsonRpcMethodAttribute type exposes the following members.

Properties
  NameDescription
Public propertyAllowExtensionData
Used in the server. Whether allows extra parameters on this method when matching signature.
Public propertyIsNotification
Indicates whether the method is a notification request.
Public propertyMethodName
The name of the method. null to use the applied method name.
Public propertyNamingStrategyParameters
The constructor parameters used to instantiate the specified NamingStrategyType
Public propertyNamingStrategyType
The Type of the JsonRpcNamingStrategy applied to the methods in this scope.
Public propertyTypeId
When implemented in a derived class, gets a unique identifier for this Attribute.
(Inherited from Attribute.)
Public propertyValueConverterParameters
The constructor parameters used to instantiate the specified ValueConverterType
Public propertyValueConverterType
The Type of IJsonValueConverter that applies to the parameters of this method.
Top
See Also