Notice() 공개 정적인 메소드

public static Notice ( string destination, string message ) : string
destination string
message string
리턴 string
예제 #1
0
 public void RfcNotice(string destination, string message) => WriteLine(Rfc2812.Notice(destination, message));
예제 #2
0
 public void RfcNotice(string destination, string message, Priority priority) => WriteLine(Rfc2812.Notice(destination, message), priority);