how do i consume net.tcp binding within web project?

Posted by user1871124 on Stack Overflow See other posts from Stack Overflow or by user1871124
Published on 2014-08-23T16:17:14Z Indexed on 2014/08/23 16:19 UTC
Read the original article Hit count: 138

Filed under:
|
|

I'm working on a web application using mvc, we have already a service that does http binding, the client wants tcp binding for certain actions (not really sure why) but it's their requirement so i'm attempting to set up net.tcp binding, all references i am seeing to doing this involve a windows application and not a web application.

I guess my question has 2 parts, first can you run httpbinding and net.tcp binding at the same time through the same service/project.

secondly how would I consume the service through a webproject?

© Stack Overflow or respective owner

Related posts about c#

Related posts about wcf