void ICommunicationObject.Abort()
 {
     InnerChannel.Abort();
 }
Пример #2
0
 public void Abort()
 {
     InnerChannel.Abort();
 }