Restart() 공개 정적인 메소드

public static Restart ( ) : string
리턴 string
예제 #1
0
 public void RfcRestart() => WriteLine(Rfc2812.Restart());
예제 #2
0
 public void RfcRestart()
 {
     this.WriteLine(Rfc2812.Restart());
 }