Click or drag to resize

JsonRpcOptionsExtensionsUseCamelCaseContractResolver Method

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

Namespace:  JsonRpc.AspNetCore
Assembly:  JsonRpc.AspNetCore (in JsonRpc.AspNetCore.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntax
public static JsonRpcOptions UseCamelCaseContractResolver(
	this JsonRpcOptions options
)

Parameters

options
Type: JsonRpc.AspNetCoreJsonRpcOptions

[Missing <param name="options"/> documentation for "M:JsonRpc.AspNetCore.JsonRpcOptionsExtensions.UseCamelCaseContractResolver(JsonRpc.AspNetCore.JsonRpcOptions)"]

Return Value

Type: JsonRpcOptions

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type JsonRpcOptions. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also