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