1 implementation of BeginValidate
System.ServiceModel (1)
System\ServiceModel\Security\WSTrustChannel.cs (1)
1305public IAsyncResult BeginValidate(Message message, AsyncCallback callback, object asyncState)
2 references to BeginValidate
System.ServiceModel (2)
System\ServiceModel\Security\WSTrustChannel.cs (2)
66client.BeginValidate(request, OnOperationCompleted, null); 1307return Contract.BeginValidate(message, callback, asyncState);