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