Beispiel #1
0
 public bool Send <T>(T t)
 {
     _transport.Send(_codecs.Encode <T>(t));
     return(true);
 }