C# Class RdpIpUpd.IpHandler

Inheritance: IDisposable
Afficher le fichier Open project: PhilipRieck/RdpIpUpd Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
ForceUpdate ( ) : void
IpHandler ( Settings settings, NetworkListener listener ) : System

Private Methods

Méthode 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 méthode

public Dispose ( ) : void
Résultat void

ForceUpdate() public méthode

public ForceUpdate ( ) : void
Résultat void

IpHandler() public méthode

public IpHandler ( Settings settings, NetworkListener listener ) : System
settings Settings
listener NetworkListener
Résultat System