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