Changing accessability on some properties
This commit is contained in:
parent
491e1ac052
commit
f90bd11508
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@hibas123/jrpcgen",
|
||||
"version": "1.0.20",
|
||||
"version": "1.0.21",
|
||||
"main": "lib/index.js",
|
||||
"license": "MIT",
|
||||
"packageManager": "yarn@3.1.1",
|
||||
|
@ -29,9 +29,9 @@ public class JRpcServer<TContext>
|
||||
|
||||
public class JRpcServerSession<TContext>
|
||||
{
|
||||
JRpcServer<TContext> Server;
|
||||
JRpcTransport Transport;
|
||||
TContext Context;
|
||||
public JRpcServer<TContext> Server { get; private set; }
|
||||
public JRpcTransport Transport { get; private set; }
|
||||
public TContext Context { get; private set; }
|
||||
|
||||
public JRpcServerSession(JRpcServer<TContext> server, JRpcTransport transport, TContext context)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user