Beispiel #1
0
 public EndSessionResult EndSession()
 {
     try
     {
         return(_testClient.EndSession());
     }
     catch (CommunicationException)
     {
         _testClient = _factory.CreateChannel();
         return(_testClient.EndSession());
     }
 }