Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Nov 20, 2012 04:50 PM by rak24
Member
2 Points
6 Posts
Nov 14, 2012 09:03 PM|LINK
Hi,
I'm trying to use the web api to talk between c# and java on the same PC, using http REST. Is there a way to utilize http over named pipes rather than http over tcp.
Thanks
Contributor
2034 Points
303 Posts
Nov 15, 2012 08:15 PM|LINK
Hello,
This is a web server configuration, but WebAPI only works on the HTTP stack over TCP because it is build on top of ASP.NET.
Nov 20, 2012 04:50 PM|LINK
Ok. Thanks.
rak24
Member
2 Points
6 Posts
http over named pipes
Nov 14, 2012 09:03 PM|LINK
Hi,
I'm trying to use the web api to talk between c# and java on the same PC, using http REST. Is there a way to utilize http over named pipes rather than http over tcp.
Thanks
ozkary
Contributor
2034 Points
303 Posts
Re: http over named pipes
Nov 15, 2012 08:15 PM|LINK
Hello,
This is a web server configuration, but WebAPI only works on the HTTP stack over TCP because it is build on top of ASP.NET.
og-bit.com
rak24
Member
2 Points
6 Posts
Re: http over named pipes
Nov 20, 2012 04:50 PM|LINK
Ok. Thanks.