C# Class HappyFunTimes.HFTDnsRunner

显示文件 Open project: greggman/hft-unity-gamepad Class Usage Examples

Public Methods

Method Description
Start ( string ipv4Address, string ipv6Address, int port ) : void
Stop ( ) : void

Method Details

Start() public method

public Start ( string ipv4Address, string ipv6Address, int port ) : void
ipv4Address string
ipv6Address string
port int
return void

Stop() public method

public Stop ( ) : void
return void