Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IJsonRpcSession.cs
1
namespace
Waher.Networking.HTTP.JsonRpc
2
{
6
public
interface
IJsonRpcSession
7
{
11
string
SessionId
{
get
; }
12
17
void
TransmitText
(
string
Text);
18
}
19
}
Waher.Networking.HTTP.JsonRpc.IJsonRpcSession
Interface for JSON-RPC session objects.
Definition:
IJsonRpcSession.cs:7
Waher.Networking.HTTP.JsonRpc.IJsonRpcSession.TransmitText
void TransmitText(string Text)
Is called when text has been transmitted.
Waher.Networking.HTTP.JsonRpc.IJsonRpcSession.SessionId
string SessionId
Session ID
Definition:
IJsonRpcSession.cs:11
Waher.Networking.HTTP.JsonRpc
Definition:
JsonRpcError.cs:2
IoTGateway
Networking
Waher.Networking.HTTP.JsonRpc
IJsonRpcSession.cs
Generated by
1.9.5