void ICommunicationObject.Abort()
 {
     InnerChannel.Abort();
 }
Esempio n. 2
0
 public void Abort()
 {
     InnerChannel.Abort();
 }