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