servicehost
Retrieving data received by the server using WCF Web Services
I\'d like to use a web service (created in my main thanks to new ServiceHost(typeof(..)) ) and I would like to r开发者_StackOverflowetrieve data received by my server to process it in my main.[详细]
2023-04-01 11:29 分类:问答WCF inter server code does not trigger TCP timeouts and Faults
I\'ve tried to make an inter-server communication protocol with WCF. But for some reason, when a server disconnects, the Faulted neither the Closed events are called. This is really annoying but I hav[详细]
2023-03-27 11:13 分类:问答WCF constructor Service Type via DI
I\'m currently trying to build a small App-Server which shall host multiple WCF services. These services (and their dependencies of course) should be instantiated by an DI/IoC Container (currently Lig[详细]
2023-03-18 04:25 分类:问答A registration already exists for URI after stop/start
I am currently working on an application where I am creating a ServiceHost, then getting rid of it, then recreating it later. The problem is that once I get rid of the service host when I try to recre[详细]
2023-03-10 05:30 分类:问答WCF local machine ServiceHost and Administrator Privileges
Is there way to run self host a WCF service with ServiceHost on local user (no administrator privileges)? It needs only to be on the local computer.[详细]
2023-03-01 19:02 分类:问答WCF Service host closing is blocked by open sessions and setting receiveTimeout doesn't help
I need my WAS hosted service (PerCall, Concurrency.Multiple) to shutdown/recycle gracefully but any inactive (but open) client proxies will block the service from shuttingdown gracefully.[详细]
2023-02-28 15:38 分类:问答How can I bypass Operation Contract limitation of a WCF Service when calling "Update Service Reference" in VS 2008
I am having trouble with a single Wcf Service that we have in an application.It has about 150 [OperactionContract] within it.I can now no longer Update Service Reference within Visual Studio 2008.[详细]
2023-02-25 14:31 分类:问答Self-hosted NetTcp service timeout error
I have a windows service which houses a WCF NetTcp host. From the client, when I start making calls to the service via tcp, they go through fine at first but then after a few minutes they all start to[详细]
2023-02-07 20:46 分类:问答WCF slow ServiceHost.Open() call
This is a similar question as this one: Win32Exception @ ServiceHost.Open() for WCF service. I have a machine that is very slow on the ServiceHost.Open call below. It consistently takes 7 seconds or[详细]
2023-02-05 08:02 分类:问答Serving up WCF Services in MVC
I\'m wondering if it\'s possible to service up WCF services via MVC.I\'ve seen a few posts about this as it relates to RESTful services, but I\'m not looking to create a RESTful service.[详细]
2023-02-04 11:00 分类:问答