Метод | Описание | |
---|---|---|
DeleteForwardingRule ( int port ) : bool |
Delete a forwarding rule from the router using UPnP
|
|
ForwardPort ( int port, string description ) : bool |
Add a forwarding rule to the router using UPnP
|
|
GetExternalIP ( ) : |
Retrieve the extern ip using UPnP
|
|
NetUPnP ( |
NetUPnP constructor
|
Метод | Описание | |
---|---|---|
CombineUrls ( string gatewayURL, string subURL ) : string | ||
Discover ( |
||
ExtractServiceUrl ( string resp ) : void | ||
SOAPRequest ( string url, string soap, string function ) : |
public DeleteForwardingRule ( int port ) : bool | ||
port | int | |
Результат | bool |
public ForwardPort ( int port, string description ) : bool | ||
port | int | |
description | string | |
Результат | bool |