C# Class Blockcore.Connection.ConnectionManagerBehavior

Inheritance: NetworkPeerBehavior, IConnectionManagerBehavior
Show file Open project: x42protocol/x42-BlockCore

Public Methods

Method Description
Clone ( ) : object
ConnectionManagerBehavior ( IConnectionManager connectionManager, ILoggerFactory loggerFactory ) : System

Protected Methods

Method Description
AttachCore ( ) : void
DetachCore ( ) : void

Private Methods

Method Description
OnStateChangedAsync ( INetworkPeer peer, NetworkPeerState oldState ) : Task

Method Details

AttachCore() protected method

protected AttachCore ( ) : void
return void

Clone() public method

public Clone ( ) : object
return object

ConnectionManagerBehavior() public method

public ConnectionManagerBehavior ( IConnectionManager connectionManager, ILoggerFactory loggerFactory ) : System
connectionManager IConnectionManager
loggerFactory ILoggerFactory
return System

DetachCore() protected method

protected DetachCore ( ) : void
return void