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