Click or drag to resize

JsonRpcProxyBuilder Class

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

A builder class that at runtime implements the server-side methods defined in the contract interfaces with JSON RPC requests or notifications.
Inheritance Hierarchy
SystemObject
  JsonRpc.DynamicProxy.ClientJsonRpcProxyBuilder

Namespace:  JsonRpc.DynamicProxy.Client
Assembly:  JsonRpc.DynamicProxy (in JsonRpc.DynamicProxy.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntax
public class JsonRpcProxyBuilder

The JsonRpcProxyBuilder type exposes the following members.

Constructors
  NameDescription
Public methodJsonRpcProxyBuilder
Initializes a new instance of the JsonRpcProxyBuilder class
Top
Properties
  NameDescription
Protected propertyAssemblyBuilder
Public propertyContractResolver
Contract resolver that maps the JSON RPC methods to CLR service methods.
Protected propertyImplementedProxyAssemblyName
Protected propertyImplementedProxyNamespace
Protected propertyModuleBuilder
Public propertyRequestMarshaler
The request marshaler used to convert the CLR parameter values into JSON RPC ones.
Top
Methods
  NameDescription
Public methodCreateProxy(JsonRpcClient, Type)
Creates a proxy instance that implements the given stub type with JSON RPC.
Public methodCreateProxyT(JsonRpcClient)
Creates a proxy instance that implements the given stub type with JSON RPC.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodImplementProxy
Protected methodImplementProxyMethod
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodNextProxyTypeName
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
This class is thread-safe.
See Also