 | RequestContextServiceFactory Property |
[This is preliminary documentation and is subject to change.]
The factory that creates the JSON RPC service instances to handle the requests.
Namespace:
JsonRpc.Server
Assembly:
JsonRpc.Commons (in JsonRpc.Commons.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntaxpublic IServiceFactory ServiceFactory { get; }
Public ReadOnly Property ServiceFactory As IServiceFactory
Get
Dim instance As RequestContext
Dim value As IServiceFactory
value = instance.ServiceFactory
public:
property IServiceFactory^ ServiceFactory {
IServiceFactory^ get ();
}
member ServiceFactory : IServiceFactory with get
Property Value
Type:
IServiceFactory
See Also