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