C# Class RdpIpUpd.IpHandler

Inheritance: IDisposable
Datei anzeigen Open project: PhilipRieck/RdpIpUpd Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
ForceUpdate ( ) : void
IpHandler ( Settings settings, NetworkListener listener ) : System

Private Methods

Method Description
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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ForceUpdate() public method

public ForceUpdate ( ) : void
return void

IpHandler() public method

public IpHandler ( Settings settings, NetworkListener listener ) : System
settings Settings
listener NetworkListener
return System