Beispiel #1
0
 public string Send(ReplyCode reply, string addMessage)
 {
     return(this.Send(String.Format("{0} {1}", reply.Code.ToString(), addMessage)));
 }
Beispiel #2
0
 public string Send(ReplyCode reply)
 {
     return(this.Send(reply.ToString()));
 }