Beispiel #1
0
 public string GetAppealHtml(int sessionId)
 {
     try
     {
         return(_testClient.GetAppealHtml(sessionId));
     }
     catch (CommunicationException)
     {
         _testClient = _factory.CreateChannel();
         return(_testClient.GetAppealHtml(sessionId));
     }
 }