nettcpbinding Questions
3
Solved
Is it possible to add a service reference in visual studio, which generates the local proxy class to call the WCF service when using the netTcpBinding?
As I understood it, the service reference me...
Marijo asked 25/2, 2010 at 15:50
2
I know how to configure basicHttpBinding for NTLM authentication, but can't figure out a way to do the same for netTcpBinding.
Does netTcpBinding support NTLM? If so, how to force WCF service to u...
Inn asked 5/2, 2010 at 5:23
2
Solved
I'm trying to understand how windows authentication / encryption works with the NetTcpBinding in WCF. I need to know exactly what encryption algorithm is used to encrypt the data going across the w...
Joellajoelle asked 17/12, 2009 at 16:50
1
Solved
Can anybody explain what this error means:
The .Net Framing mode being used is
not supported by blah blah yadda
I can't find any info worthwhile. The exception says to check the server logs, ...
Emergence asked 23/9, 2009 at 14:6
1
Solved
I'm running a WCF service that, among other things, is used as the back end for a web site. Because both the web site and the WCF service are running on the same machine, and in the interests of pe...
Atmospherics asked 23/8, 2009 at 5:9
1
Solved
I have a c# multi-threaded monte carlo simulation, the application is already structured such that it can be partitioned by into Tasks that execute independently, a TaskController executes Ta...
Parsaye asked 4/8, 2009 at 10:22
2
Solved
I've got a machine-control application where I have a single client computer and five server boxes communicating on the machine subnet. There is no domain controller. I would like to use netTcpBind...
Lisk asked 3/8, 2009 at 15:26
2
I've been trying for more than a week without any success at all, to host a very simple HelloWorld-like wcf service using netTcpBinding.
With http, everything is ok. I can access my service even f...
Unfaithful asked 9/7, 2009 at 18:46
2
Solved
I need to secure a WCF service that uses netTcpBinding and connects directly with a Windows Forms based application. I only need it to be secured at the transport layer.
I'm pretty sure that I hav...
Closed asked 21/5, 2009 at 14:51
© 2022 - 2024 — McMap. All rights reserved.