Exemple #1
0
 public void Post(IRequestHandler send, IResponseHandler recive)
 {
     byte[] bytes = send.Code();
     client.SendMessage(bytes);
 }