nettcpbinding
WCF Service with netTcpBinding + windows Authentication hosted with IIS and using roles for authorization
I am having a WCF Service which is hosted with IIS with nettcpbinding and Win开发者_运维问答dows authentication, I am trying to do authorization with user name/roles. But service is allowing any user[详细]
2023-01-06 17:00 分类:问答What is the correct WCF net.tcp binding security for this scenario?
I have a WCF service which is hosted in a Windows Service and has net.tcp endpoint. The clients are in the same LAN (Workgroup) as the service but they don\'t have the server\'s Windows user accounts.[详细]
2023-01-05 15:06 分类:问答Does a WCF Service that runs over tcp.net require IIS
I\'m t开发者_JAVA百科rying to deploy a WCF service that uses a netTcpBinding (and a mexTcpBinding for metadata) on a remote server (Win 2008 R2) without installing IIS.[详细]
2023-01-03 19:33 分类:问答how to create nettcpbinding of this custombinding
I am new at WCF programming model and I want to use netTcpBinding. Before I ask my question below this is my custom binding :[详细]
2023-01-03 05:46 分类:问答Silverlight 4 NetTcpBinding programmatic configuration
I\'d like to configure a NetTcpBinding programatically for a silverlight 4 client. (NetTcpBinding is now supported)[详细]
2023-01-01 10:43 分类:问答Mono WCF NetTcp service takes only one client at a time
While trying to build a client-server WCF application in Mono we ran into some issues. Reducing it to just a bare example we found that the service only accepts one client at a time. If another client[详细]
2023-01-01 10:10 分类:问答What is the purpose of WCF reliable session?
The documentation around this topic is poor. I use WCF services with NetTcpBinding hosted in Windows service. The problem is that a session is dropped when it is inactive for some time. What I need is[详细]
2023-01-01 06:11 分类:问答Silverlight WCF netTcpBinding problem
Trying to call a WCF with a netTcpBinding via Silverlight, I am getting the error: \"TCP error code 10013: An attempt was made to access a socket in a way forbidden by its access permissions.. This c[详细]
2022-12-31 16:19 分类:问答WCF NetTcpBinding Security - how does it work?
I am encountering the following problems trying to work through the quagmire of settings in WCF... I created a WCF client-server service using a NetTcp binding. I didn\'t make any changes to the secu[详细]
2022-12-24 19:09 分类:问答How can I tell that a NetTcp-based WCF connection was interrupted?
A WCF service is based on NetTcpBinding. It may happen that a client silently vanishes, leaving the server without knowledge that it is not connected anymore.[详细]
2022-12-23 12:21 分类:问答
加载中,请稍侯......