C# Class PeerCastStation.UI.PortMapperPlugin

Inheritance: PeerCastStation.Core.PluginBase
Afficher le fichier Open project: kumaryu/peercaststation

Méthodes publiques

Méthode Description
DiscoverAsync ( ) : Task
GetExternalAddresses ( ) : IEnumerable

Méthodes protégées

Méthode Description
OnAttach ( ) : void
OnStart ( ) : void
OnStop ( ) : void

Private Methods

Méthode Description
SaveSettings ( ) : void

Method Details

DiscoverAsync() public méthode

public DiscoverAsync ( ) : Task
Résultat Task

GetExternalAddresses() public méthode

public GetExternalAddresses ( ) : IEnumerable
Résultat IEnumerable

OnAttach() protected méthode

protected OnAttach ( ) : void
Résultat void

OnStart() protected méthode

protected OnStart ( ) : void
Résultat void

OnStop() protected méthode

protected OnStop ( ) : void
Résultat void