Share via


FormatterBase.ApplicableMethodAttributeOnDeserializingMethod Property

Definition

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

Property Value

Applies to