 | JsonRpcServerHandlerServiceHost Property |
[This is preliminary documentation and is subject to change.]
Namespace:
JsonRpc.Server
Assembly:
JsonRpc.Commons (in JsonRpc.Commons.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntaxpublic IJsonRpcServiceHost ServiceHost { get; }
Public ReadOnly Property ServiceHost As IJsonRpcServiceHost
Get
Dim instance As JsonRpcServerHandler
Dim value As IJsonRpcServiceHost
value = instance.ServiceHost
public:
property IJsonRpcServiceHost^ ServiceHost {
IJsonRpcServiceHost^ get ();
}
member ServiceHost : IJsonRpcServiceHost with get
Property Value
Type:
IJsonRpcServiceHost
See Also