C# Class PeerCastStation.UI.PortMapperPlugin

Inheritance: PeerCastStation.Core.PluginBase
Mostrar archivo Open project: kumaryu/peercaststation

Public Methods

Method Description
DiscoverAsync ( ) : Task
GetExternalAddresses ( ) : IEnumerable

Protected Methods

Method Description
OnAttach ( ) : void
OnStart ( ) : void
OnStop ( ) : void

Private Methods

Method Description
SaveSettings ( ) : void

Method Details

DiscoverAsync() public method

public DiscoverAsync ( ) : Task
return Task

GetExternalAddresses() public method

public GetExternalAddresses ( ) : IEnumerable
return IEnumerable

OnAttach() protected method

protected OnAttach ( ) : void
return void

OnStart() protected method

protected OnStart ( ) : void
return void

OnStop() protected method

protected OnStop ( ) : void
return void