C# Class IpWatchDog.CommandIpNotifier

Inheritance: IIpNotifier
Mostra file Open project: ikriv/IpWatchDog

Public Methods

Method Description
CommandIpNotifier ( ILog log, AppConfig config ) : System
OnIpChanged ( string oldIp, string newIp ) : void

Method Details

CommandIpNotifier() public method

public CommandIpNotifier ( ILog log, AppConfig config ) : System
log ILog
config AppConfig
return System

OnIpChanged() public method

public OnIpChanged ( string oldIp, string newIp ) : void
oldIp string
newIp string
return void