2 implementations of AfterCall
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\SoapProcessingBehavior.cs (1)
86void IParameterInspector.AfterCall(string operationName, object[] outputs, object returnValue, object correlationState)
System.ServiceModel.Web (1)
System\ServiceModel\Web\CachingParameterInspector.cs (1)
85public void AfterCall(string operationName, object[] outputs, object returnValue, object correlationState)
2 references to AfterCall
System.ServiceModel (2)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
455inspector.AfterCall(this.Name, rpc.OutputParameters, rpc.ReturnParameter, rpc.Correlation[offset + i]);
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (1)
215this.parameterInspectors[i].AfterCall(this.name,