Click or drag to resize

IJsonRpcContractResolverCreateClientContract Method

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

Builds a JsonRpcServerContract out of the specified JSON RPC client types.

Namespace:  JsonRpc.Contracts
Assembly:  JsonRpc.Commons (in JsonRpc.Commons.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntax
JsonRpcClientContract CreateClientContract(
	IEnumerable<Type> contractTypes
)

Parameters

contractTypes
Type: System.Collections.GenericIEnumerableType

[Missing <param name="contractTypes"/> documentation for "M:JsonRpc.Contracts.IJsonRpcContractResolver.CreateClientContract(System.Collections.Generic.IEnumerable{System.Type})"]

Return Value

Type: JsonRpcClientContract
Exceptions
ExceptionCondition
ArgumentNullExceptioncontractTypes is null.
ArgumentExceptionThere is null element in contractTypes.
See Also