C# 클래스 OSGridLauncher.MonoNatForward

파일 보기 프로젝트 열기: AdamFrisby/OSGridLauncher

공개 메소드들

메소드 설명
Map ( Protocol protocol, int port ) : void
Start ( ) : void
Unmap ( Protocol protocol, int port ) : void

비공개 메소드들

메소드 설명
NatUtility_DeviceFound ( object sender, Mono.Nat.DeviceEventArgs e ) : void

메소드 상세

Map() 공개 메소드

public Map ( Protocol protocol, int port ) : void
protocol Protocol
port int
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Unmap() 공개 메소드

public Unmap ( Protocol protocol, int port ) : void
protocol Protocol
port int
리턴 void