1 implementation of EndCancel
System.ServiceModel (1)
System\ServiceModel\Security\WSTrustChannel.cs (1)
1201public Message EndCancel(IAsyncResult asyncResult)
2 references to EndCancel
System.ServiceModel (2)
System\ServiceModel\Security\WSTrustChannel.cs (2)
132return this.Client.EndCancel(iar); 1203return Contract.EndCancel(asyncResult);