void ICommunicationObject.Abort()
 {
     InnerChannel.Abort();
 }
Example #2
0
 public void Abort()
 {
     InnerChannel.Abort();
 }