mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-03-12 14:51:41 +01:00
Update TcpRpcClient.cs
This commit is contained in:
parent
0176a503c8
commit
63e63853c1
@ -10,9 +10,18 @@ using System.Threading.Tasks;
|
|||||||
|
|
||||||
namespace Capnp.Rpc
|
namespace Capnp.Rpc
|
||||||
{
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// ConnectionStateChange of TcpClient
|
||||||
|
/// </summary>
|
||||||
public class ConnectionStateChange
|
public class ConnectionStateChange
|
||||||
{
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// New State of TcpClient
|
||||||
|
/// </summary>
|
||||||
public ConnectionState NewState { get; set; }
|
public ConnectionState NewState { get; set; }
|
||||||
|
/// <summary>
|
||||||
|
/// Last State of TcpClient
|
||||||
|
/// </summary>
|
||||||
public ConnectionState LastState { get; set; }
|
public ConnectionState LastState { get; set; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user