FormatterBase.ApplicableMethodAttributeOnDeserializingMethod Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the JsonRpcMethodAttribute that is present on the method that may be invoked to serve the incoming request, when applicable.
protected StreamJsonRpc.JsonRpcMethodAttribute? ApplicableMethodAttributeOnDeserializingMethod { get; }
member this.ApplicableMethodAttributeOnDeserializingMethod : StreamJsonRpc.JsonRpcMethodAttribute
Protected ReadOnly Property ApplicableMethodAttributeOnDeserializingMethod As JsonRpcMethodAttribute