nettcpbinding
Geting net.tcp not supported when adding service reference
i have hosted my WCF service in IIS and have following endpoints configured <endpoint name=\"MainService\" contract=\"Docs.ICalculatorService\" address=\"http://localhost:49495/WcfService1/servic[详细]
2023-04-11 03:36 分类:问答How can i implement CustumBinding configuration for this nettcpbinding configuration
I have a nettcpbinding wcf service.It called 100000+ times in one second so there are more issue about performance. I must optimize this.[详细]
2023-04-10 00:05 分类:问答CommunicationObjectAbortedException in WCF service channel while multiple data load
I am using WCF service in my client-server application and I am facing following error while communication between server and client.[详细]
2023-04-09 06:03 分类:问答Measuring "total bytes sent" from web service with nettcpbinding using perfmon
I have a web service (WCF) exposing both http endpoints and a tcp endpoint (using the nettcpbinding). I am trying to measure the difference in \"total bytes sent\" using the different endpoints.[详细]
2023-04-08 14:37 分类:问答SSL Server Cert Present One name for WCF?
I have a self-hosted WCF service with TCP binding, now trying to layer on SSL. The cert I got from the CA has two values for \"Subject Alternative Name\":[详细]
2023-04-07 22:50 分类:问答How can I callback the client and expose a new Channel with instance context
I\'m making a WCF service with netTcpBinding which has a main lobby with multiple chatrooms which the clients can enter. The Lobby class implements ILobby as the service contract.[详细]
2023-04-05 12:26 分类:问答Internal communication between a service and multiple user applications WCF C#
I\'m currently working on a project in c# where I have a service running as LocalSystem, and a user application (tray app) running for each logged on user.[详细]
2023-04-03 17:41 分类:问答NetTCP and binary transfer
I have a WCF Service with HTTP bindings which returns dataset on 500k size. When using WCF default logging I can see the messages and data being transfered with each message[详细]
2023-03-29 01:23 分类:问答Change WCF Service Binding From basichttp to nettcp
What is the easiest way of changing the binding of a WCF service from开发者_如何学运维 basichttp to nettcp? Surely you don\'t have to edit the file manually as there is just too much scope for error.I[详细]
2023-03-27 00:25 分类:问答WCF unable to find netTcpBinding
I am trying to create a WCF service that is accessible through both webHttpBinding and netTcpBinding. I have been successful in getting the webHttpBinding to be accessible through a Java client and no[详细]
2023-03-25 22:54 分类:问答