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

ファイルを表示 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_oe property

public IMonitoredTcpConnection Connection
return IMonitoredTcpConnection

LastMissingReceiveCallBack public_oe property

public bool LastMissingReceiveCallBack
return bool

LastMissingSendCallBack public_oe property

public bool LastMissingSendCallBack
return bool

LastTotalBytesReceived public_oe property

public long LastTotalBytesReceived
return long

LastTotalBytesSent public_oe property

public long LastTotalBytesSent
return long