C# Class OSGridLauncher.MonoNatForward

Afficher le fichier Open project: AdamFrisby/OSGridLauncher

Méthodes publiques

Méthode Description
Map ( Protocol protocol, int port ) : void
Start ( ) : void
Unmap ( Protocol protocol, int port ) : void

Private Methods

Méthode Description
NatUtility_DeviceFound ( object sender, Mono.Nat.DeviceEventArgs e ) : void

Method Details

Map() public méthode

public Map ( Protocol protocol, int port ) : void
protocol Protocol
port int
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Unmap() public méthode

public Unmap ( Protocol protocol, int port ) : void
protocol Protocol
port int
Résultat void