메소드 | 설명 | |
---|---|---|
ClosePort ( UpnpProtocolType protocol, int externalPort, System.TimeSpan timeout ) : bool | ||
Connect ( System.TimeSpan timeout ) : void | ||
GetExternalIpAddress ( System.TimeSpan timeout ) : string | ||
GetPortEntry ( int index, System.TimeSpan timeout ) : Information | ||
OpenPort ( UpnpProtocolType protocol, int externalPort, int internalPort, string description, System.TimeSpan timeout ) : bool | ||
OpenPort ( UpnpProtocolType protocol, string machineIp, int externalPort, int internalPort, string description, System.TimeSpan timeout ) : bool |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
메소드 | 설명 | |
---|---|---|
ClosePortFromService ( string services, string serviceType, string gatewayIp, int gatewayPort, UpnpProtocolType protocol, int externalPort, System.TimeSpan timeout ) : bool | ||
GetExternalIpAddressFromService ( string services, string serviceType, string gatewayIp, int gatewayPort, System.TimeSpan timeout ) : string | ||
GetPortEntryFromService ( string services, string serviceType, string gatewayIp, int gatewayPort, int index, System.TimeSpan timeout ) : Information | ||
GetServicesFromDevice ( |
||
OpenPortFromService ( string services, string serviceType, string gatewayIp, int gatewayPort, UpnpProtocolType protocol, string machineIp, int externalPort, int internalPort, string description, System.TimeSpan timeout ) : bool | ||
TimeoutCheck ( System.TimeSpan elapsedTime, System.TimeSpan timeout ) : System.TimeSpan |
public ClosePort ( UpnpProtocolType protocol, int externalPort, System.TimeSpan timeout ) : bool | ||
protocol | UpnpProtocolType | |
externalPort | int | |
timeout | System.TimeSpan | |
리턴 | bool |
public GetExternalIpAddress ( System.TimeSpan timeout ) : string | ||
timeout | System.TimeSpan | |
리턴 | string |
public GetPortEntry ( int index, System.TimeSpan timeout ) : Information | ||
index | int | |
timeout | System.TimeSpan | |
리턴 | Information |
public OpenPort ( UpnpProtocolType protocol, int externalPort, int internalPort, string description, System.TimeSpan timeout ) : bool | ||
protocol | UpnpProtocolType | |
externalPort | int | |
internalPort | int | |
description | string | |
timeout | System.TimeSpan | |
리턴 | bool |
public OpenPort ( UpnpProtocolType protocol, string machineIp, int externalPort, int internalPort, string description, System.TimeSpan timeout ) : bool | ||
protocol | UpnpProtocolType | |
machineIp | string | |
externalPort | int | |
internalPort | int | |
description | string | |
timeout | System.TimeSpan | |
리턴 | bool |