1 implementation of EndValidate
System.ServiceModel (1)
System\ServiceModel\Security\WSTrustChannel.cs (1)
1315public Message EndValidate(IAsyncResult asyncResult)
2 references to EndValidate
System.ServiceModel (2)
System\ServiceModel\Security\WSTrustChannel.cs (2)
138return this.Client.EndValidate(iar); 1317return Contract.EndValidate(asyncResult);