WebOperationContext behavior for non REST WCF Services?

Posted by Alan on Stack Overflow See other posts from Stack Overflow or by Alan
Published on 2010-05-25T07:05:30Z Indexed on 2010/05/25 7:11 UTC
Read the original article Hit count: 153

Filed under:
|
|
|
|

What happens in my service method if I use a WebOperationContext, when the endpoint is not REST?

Justification: I have a service that I'm exposing as both REST and SOAP.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET