C# Class EventStore.Transport.Tcp.TcpConnectionMonitor.ConnectionData

Show file Open project: EventStore/EventStore

Public Properties

Property Type Description
Connection IMonitoredTcpConnection
LastMissingReceiveCallBack bool
LastMissingSendCallBack bool
LastTotalBytesReceived long
LastTotalBytesSent long

Public Methods

Method Description
ConnectionData ( IMonitoredTcpConnection connection ) : System

Method Details

ConnectionData() public method

public ConnectionData ( IMonitoredTcpConnection connection ) : System
connection IMonitoredTcpConnection
return System

Property Details

Connection public property

public IMonitoredTcpConnection Connection
return IMonitoredTcpConnection

LastMissingReceiveCallBack public property

public bool LastMissingReceiveCallBack
return bool

LastMissingSendCallBack public property

public bool LastMissingSendCallBack
return bool

LastTotalBytesReceived public property

public long LastTotalBytesReceived
return long

LastTotalBytesSent public property

public long LastTotalBytesSent
return long