C# 클래스 OpenRA.Network.UPnP

파일 보기 프로젝트 열기: cjshmyr/OpenRA

공개 메소드들

메소드 설명
DeviceFound ( object sender, Mono.Nat.DeviceEventArgs args ) : void
ForwardPort ( int lifetime ) : void
GetExternalIP ( ) : IPAddress
RemovePortforward ( ) : void
StoppingNatDiscovery ( ) : void
TryNatDiscovery ( ) : void

메소드 상세

DeviceFound() 공개 정적인 메소드

public static DeviceFound ( object sender, Mono.Nat.DeviceEventArgs args ) : void
sender object
args Mono.Nat.DeviceEventArgs
리턴 void

ForwardPort() 공개 정적인 메소드

public static ForwardPort ( int lifetime ) : void
lifetime int
리턴 void

GetExternalIP() 공개 정적인 메소드

public static GetExternalIP ( ) : IPAddress
리턴 System.Net.IPAddress

RemovePortforward() 공개 정적인 메소드

public static RemovePortforward ( ) : void
리턴 void

StoppingNatDiscovery() 공개 정적인 메소드

public static StoppingNatDiscovery ( ) : void
리턴 void

TryNatDiscovery() 공개 정적인 메소드

public static TryNatDiscovery ( ) : void
리턴 void