Restart() public static method

public static Restart ( ) : string
return string
コード例 #1
0
 public void RfcRestart() => WriteLine(Rfc2812.Restart());
コード例 #2
0
ファイル: IrcCommands.cs プロジェクト: zerk-js/SOTSII-SOS
 public void RfcRestart()
 {
     this.WriteLine(Rfc2812.Restart());
 }