nettcpbinding
Can we transfer files greater than 2GB through WCF netTcpBinding? [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-03-25 19:50 分类:问答WCF With NetTCP across machines on the same network
I\'m trying to implement some cross process communication that is between multiple computers and one server on the same network.What I\'m trying right now is to use WCF with NetTcpBinding, hosted with[详细]
2023-03-25 16:38 分类:问答Sample of NServiceBus Pub/Sub over Net TCP WCF?
Is this possible? trying to look for examples that show a message being published by the server and having multiple clients subscribed to those message开发者_如何学CsTechnically, you could probably bu[详细]
2023-03-24 12:02 分类:问答Could not connect to net.tcp://localhost... TCP error code 10061
Referring to a video tutorial about WCF service in windows service,i have created a sample WCF service and hosted that Service with netTcpBinding in Windows Service.(since i want this WCF service to r[详细]
2023-03-21 15:31 分类:问答How to enable Windows Authentication and NetTCPBinding WCF webservice on IIS7?
I am attempting to set up a web service that uses windows authentication and NetTCPBinding on IIS 7.currently I am getting this error when I attempt to access the wysdl[详细]
2023-03-20 20:56 分类:问答How can consume NetTcpBinding .NET webservice in iOs?
I want to consume a webservice written in .NET from iPhone 开发者_JAVA百科, it uses NetTcpBinding shows in wsdl. is it possible to consume webservice other than BasicHttpBinding from iphone?. If possi[详细]
2023-03-19 00:16 分类:问答bug when try to send file in wcf
when I tried to send file using WCF service I get this exception The formatter threw an exception while[详细]
2023-03-18 23:14 分类:问答Hosting a WCF service with Net.TCP
I am totally new to this and trying to host the simplest WCF service with a net.tcp binding I have Windows 7 Professional and IIS7 and have enabled NON http activation.[详细]
2023-03-18 02:47 分类:问答WCF Exception for long operations: netTcpBinding
We have the followin开发者_如何学Gog netTcpBinding in the service.In one particular scenario, we have a huge database operation that takes around 35 minutes to complete.I am getting “The socket conne[详细]
2023-03-14 13:07 分类:问答Can't get netTcpBinding requests to show up in Fiddler
I have a WCF service that has two endpoints. One with basicHttpBinding and one with netTcpBinding. Here is my config...[详细]
2023-03-12 10:06 分类:问答