How to get OperationDescription from OperationContext on AfterReceiveRequest in WCF?

Posted by Developer on Stack Overflow See other posts from Stack Overflow or by Developer
Published on 2010-03-18T01:34:24Z Indexed on 2010/03/18 1:41 UTC
Read the original article Hit count: 381

Filed under:

In my implementation of IDispatchMessageInspector on the AfterReceiveRequest I want to check if an OperationBehavior is applied on the current operation being called. So I need to access OperationDescription of the operation that's about to get invoked?? Any direct way instead of having to compare the Action of the current operation with all the in the DispatchRuntime?

Thanks..

© Stack Overflow or respective owner

Related posts about wcf