コード例 #1
0
 public void Receive(string key, string message)
 {
     _socketAdapter.ReceiveFromSocket(key, message);
 }