2 implementations of BeforeCall
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\SoapProcessingBehavior.cs (1)
92object IParameterInspector.BeforeCall(string operationName, object[] inputs)
System.ServiceModel.Web (1)
System\ServiceModel\Web\CachingParameterInspector.cs (1)
104public object BeforeCall(string operationName, object[] inputs)
2 references to BeforeCall
System.ServiceModel (2)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
416rpc.Correlation[offset + i] = inspector.BeforeCall(this.Name, rpc.InputParameters);
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (1)
273rpc.Correlation[offset + i] = this.parameterInspectors[i].BeforeCall(this.name, rpc.InputParameters);