C# 클래스 RdpIpUpd.IpHandler

상속: IDisposable
파일 보기 프로젝트 열기: PhilipRieck/RdpIpUpd 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
ForceUpdate ( ) : void
IpHandler ( Settings settings, NetworkListener listener ) : System

비공개 메소드들

메소드 설명
AddressChanged ( object sender, IpAddressEventArgs e ) : void
ChangeAddress ( string ipAddress ) : void
GetRdpContentsAsync ( string rdpPath ) : List
ReadAddressFromRdpFile ( string rdpPath ) : string
WriteAddressToRdpFile ( string rdpPath, string ipAddress ) : void
WriteRdpFile ( string rdpPath, IEnumerable lines ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ForceUpdate() 공개 메소드

public ForceUpdate ( ) : void
리턴 void

IpHandler() 공개 메소드

public IpHandler ( Settings settings, NetworkListener listener ) : System
settings Settings
listener NetworkListener
리턴 System