4 references to OnOperationCompleted
System.ServiceModel (4)
System\ServiceModel\Security\WSTrustChannel.cs (4)
57
client.BeginIssue(request,
OnOperationCompleted
, null);
60
client.BeginCancel(request,
OnOperationCompleted
, null);
63
client.BeginRenew(request,
OnOperationCompleted
, null);
66
client.BeginValidate(request,
OnOperationCompleted
, null);