C# Class RdpIpUpd.NetworkListener

Datei anzeigen Open project: PhilipRieck/RdpIpUpd Class Usage Examples

Public Methods

Method Description
GetAddress ( ) : string
Listen ( ) : void
StopListening ( ) : void

Private Methods

Method Description
AddressWasChanged ( object sender, EventArgs e ) : void
OnAddressChanged ( string newAddress ) : void

Method Details

GetAddress() public method

public GetAddress ( ) : string
return string

Listen() public method

public Listen ( ) : void
return void

StopListening() public method

public StopListening ( ) : void
return void