C# Class RdpIpUpd.NetworkListener

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

Méthodes publiques

Méthode Description
GetAddress ( ) : string
Listen ( ) : void
StopListening ( ) : void

Private Methods

Méthode Description
AddressWasChanged ( object sender, EventArgs e ) : void
OnAddressChanged ( string newAddress ) : void

Method Details

GetAddress() public méthode

public GetAddress ( ) : string
Résultat string

Listen() public méthode

public Listen ( ) : void
Résultat void

StopListening() public méthode

public StopListening ( ) : void
Résultat void