1 implementation of EndRenew
System.ServiceModel (1)
System\ServiceModel\Security\WSTrustChannel.cs (1)
1277public Message EndRenew(IAsyncResult asyncResult)
2 references to EndRenew
System.ServiceModel (2)
System\ServiceModel\Security\WSTrustChannel.cs (2)
136return this.Client.EndRenew(iar); 1279return Contract.EndRenew(asyncResult);