wcf-endpoint
Possible to have same contract, same binding, same address, but different ports?
I have handhelds that need to communicate via basicHTTPBinding.I have a contract and everything works as advertised.[详细]
2023-01-05 05:13 分类:问答Overriding config file WCF Base Addresses in code
I have a WCF Windows service with an endpoint specified in the config file for the service. <baseAddresses>[详细]
2023-01-04 00:57 分类:问答Service has zero application (non-infrastructure) endpoints
I recently created a WCF service (dll) and a service host (exe). I know my WCF service is working correctly since I am able to successfully add the service to WcfTestClient.[详细]
2022-12-21 07:44 分类:问答Configuring WCF to use one of two endpoints
How to configure WCF to use just one of two available endpoints? I need two TCP ports (and thus using netTcpBinding). The service host should first try to bind to the first port. If it fails, and onl[详细]
2022-12-18 02:19 分类:问答