silverlight 4 net tcp binding security
Posted
by SLfan
on Stack Overflow
See other posts from Stack Overflow
or by SLfan
Published on 2010-03-04T14:12:02Z
Indexed on
2010/06/01
4:33 UTC
Read the original article
Hit count: 415
This document talks about how to send username and password from SL4 app to a web service.
It assumes that HTTPS will be used for transport. However, I want to use NET TCP because of its speed. Is that possible because another article says net tcp in SL4 does not provide transport level security. If that's incorrect then how do I convert the https implementation to net tcp?
© Stack Overflow or respective owner