nettcpbinding
Restricting WCF TCP endpoint to Administrators
How do I restrict access of a remotely-accessible WCF endpoint to a local/domain administrator? Edit: After adding [PrincipalPermission(SecurityAction.Demand, N开发者_运维问答ame = \"AdminUser\")][详细]
2023-01-29 11:56 分类:问答Remotely accessible hostname for WCF TCP binding endpoint
A local endpoint defined as net.tcp://localhost:<port>/MyRemoteApp can only be accessed from the local system.[详细]
2023-01-29 11:43 分类:问答Huge Performance Difference when Same Task is Executed in Self-Hosted WCF and in MVC
I have created a Custom ThreadPool which Accepts Jobs from Client, Processes it and Returns the Results. Currently this is running in MVC Application. Where User Uploads the Job to be done using a for[详细]
2023-01-26 10:22 分类:问答What does the Reliable property mean in netTcpBinding
The netTcpBidning has a reliable property, but the documentation doesn\'t state what it does. For instance: Do it send keep-alives over the c开发者_Python百科onnection? Do it reconnect if connection[详细]
2023-01-22 13:39 分类:问答WCF Service configuration in Web Farm and Load Balancing envrionment
I want to configure ASP.NET Website Project using WCF Service[NetTcp](both in c#) for web-farm (for website) and NLB Load balancing (for service). I would like to configure following options for same.[详细]
2023-01-20 23:10 分类:问答Azure WCF host causes communication errors when one instance restarts
I have a rather specific issue with a WCF host in Azure.Please bear with me as I describe the situation.[详细]
2023-01-20 08:44 分类:问答Performance on WCF services on the same port
I have 2 WCF services going through the same TCP port. Both services are self-hosted, one attaches to net.tcp://localhost:8700/DataAccess another to net.tcp://localho开发者_StackOverflow中文版st:8700[详细]
2023-01-20 08:32 分类:问答TcpConnection and WcfProxy
When I dispose wcf client pro开发者_开发百科xy, is TcpConnection still available? (netTcpBinding has been used)The connection itself can be available in some special configurations with connection po[详细]
2023-01-19 04:57 分类:问答Can you use WCF Data Services (ne OData, ne Astoria, ne ADO.NET Data Service) with NetTcpBinding?
I\'m looking at creating a data query WCF service over a slow satellite connection and I really like WCF Data Services. The problem I see is that HTTP is a very verbose format and since everything I\'[详细]
2023-01-14 15:06 分类:问答How to Prioritize Outgoing Messages with WCF
I would like to be able to prioritize the outgoing data/messages from a WCF service. Here\'s the basic scenario:[详细]
2023-01-10 16:03 分类:问答