WCF - In streaming endpoints, do all operation contracts require a stream as a return or parameter f

Posted by Tri Q on Stack Overflow See other posts from Stack Overflow or by Tri Q
Published on 2010-04-07T05:15:14Z Indexed on 2010/04/07 5:23 UTC
Read the original article Hit count: 243

Filed under:

Hi all,

I wondering if in the same endpoint, which has been set to streamed transport mode, is it required to have all operation contracts in this service to have a stream in the parameter or as the return type for this service to work?

In short: Can streamed enabled endpoint contain operation contracts that do not have stream as a parameter or as a return type?

© Stack Overflow or respective owner

Related posts about wcf