Wallops() public static method

public static Wallops ( string wallopstext ) : string
wallopstext string
return string
コード例 #1
0
 public void RfcWallops(string wallopstext) => WriteLine(Rfc2812.Wallops(wallopstext));
コード例 #2
0
 public void RfcWallops(string wallopstext, Priority priority) => WriteLine(Rfc2812.Wallops(wallopstext), priority);