Méthode | Description | |
---|---|---|
CreatePortMapAsync ( Open.Nat.Mapping mapping ) : System.Threading.Tasks.Task | ||
DeletePortMapAsync ( Open.Nat.Mapping mapping ) : System.Threading.Tasks.Task | ||
GetAllMappingsAsync ( ) : Task |
||
GetExternalIPAsync ( ) : Task |
||
GetGenericMappingAsync ( int index, List |
||
GetSpecificMappingAsync ( Protocol protocol, int port ) : Task |
||
ToString ( ) : string |
Méthode | Description | |
---|---|---|
UpnpNatDevice ( Open.Nat.UpnpNatDeviceInfo deviceInfo ) : System |
public CreatePortMapAsync ( Open.Nat.Mapping mapping ) : System.Threading.Tasks.Task | ||
mapping | Open.Nat.Mapping | |
Résultat | System.Threading.Tasks.Task |
public DeletePortMapAsync ( Open.Nat.Mapping mapping ) : System.Threading.Tasks.Task | ||
mapping | Open.Nat.Mapping | |
Résultat | System.Threading.Tasks.Task |
public GetGenericMappingAsync ( int index, List |
||
index | int | |
mappings | List |
|
taskCompletionSource | TaskCompletionSource |
|
Résultat | void |
public GetSpecificMappingAsync ( Protocol protocol, int port ) : Task |
||
protocol | Protocol | |
port | int | |
Résultat | Task |