nettcpbinding
what is the global.asax Application_Start equivalent when using WAS in IIS7
I\'d like to use the netTcpBinding for my WCF application which is currently hosted in IIS7, which means configuring it to use WAS instead. This is fairly straight forward however, my application prev[详细]
2022-12-23 05:23 分类:问答WAS Non-HTTP activation - hooking application startup
I\'m trying to integrate a netTcpBinding based application that is hosted inside WAS with an IoC container (autofac/spring).Unfortunately, when it starts inside WAS and due 开发者_如何学JAVAto the fac[详细]
2022-12-22 19:05 分类:问答How do I set ReliableSession.MaxPendingChannels when I create a NetTcpBinding in code?
We are getting this error: System.ServiceModel.ServerTooBusyException: The request to create a reliable[详细]
2022-12-22 07:06 分类:问答Can I add a Service Reference with netTcpBinding in WCF?
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?[详细]
2022-12-21 10:31 分类:问答NetTcpBinding wcf service with remote access AND transport security?
I am struggling with a WCF issue relating to name resolution-or something like so. When I consume a wcf service (netTcpBinding) on an application server via a web application on the web server it does[详细]
2022-12-20 14:52 分类:问答WCF - Why netTCPBinding works fine with Kerberos authentication without any SPN setting?
In one of our networks we are utilizing the netTCPBinding. The WCF service hosted inwindows service that run as a domain account.[详细]
2022-12-19 13:10 分类:问答WCF - How to configure netTcpBinding for NTLM authentication?
I know how to configure basicHttpBinding for NTLM authentication, but can\'t figure out a way to do the same for netTcpBinding.[详细]
2022-12-19 10:55 分类:问答NetTcpBinding with Streaming and Session
I’m trying to set up a WcfService with the use of NetTcpBinding. I use Transfer mode Streamed since I will transfer large files. I need to use Session, and I have read that NetTcpBinding supports thi[详细]
2022-12-15 06:28 分类:问答Windows Authentication / Encryption in WCF With NetTcpBinding
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 wir[详细]
2022-12-14 19:04 分类:问答How to I find out when my WCF server has exited (and closed it TCP connection)
I am using the nettcpbinding binding (with reliably messaging at present). When the server does a serviceHost.Close(), the TCP connection should be cleanly closed 开发者_C百科and therefore the client[详细]
2022-12-14 02:53 分类:问答