C# Class IpWatchDog.IpPersistor

Inheritance: IIpPersistor
ファイルを表示 Open project: ikriv/IpWatchDog

Public Methods

Method Description
GetIp ( ) : string
IpPersistor ( ILog log ) : System
SaveIp ( string ip ) : void

Method Details

GetIp() public method

public GetIp ( ) : string
return string

IpPersistor() public method

public IpPersistor ( ILog log ) : System
log ILog
return System

SaveIp() public method

public SaveIp ( string ip ) : void
ip string
return void