Method | Description | |
---|---|---|
PostProcess ( IServiceRequestResult result ) : void |
A method that injects service proxies in place of the actual IServiceRequestResult.ActualResult.
|
|
ProxyInjector ( bool>.Func |
Initializes the class with the filterPredicate and the createProxy factory method.
|
public PostProcess ( IServiceRequestResult result ) : void | ||
result | IServiceRequestResult | The |
return | void |
public ProxyInjector ( bool>.Func |
||
filterPredicate | bool>.Func | The predicate that will determine which service requests will be proxied. |
createProxy | object>.Func | The factory method that will generate the proxy instance itself. |
return | System |