WCF Request Scope Variables

前端 未结 2 605
温柔的废话
温柔的废话 2021-01-25 04:39

I\'ve been doing some work extending the WCF pipeline of my service using mainly IOperationInvoker to implement my own functionality.

I am currently using

2条回答
  •  情话喂你
    2021-01-25 04:51

    I believe you need to be linked to OperationContext not HttpContext. The answer to similar question is already presented here.

    Basically you just need to implement IExtension and plug it into WCF. Step-by-step example can be found for example here.

提交回复
热议问题