wcf-client
How to check if WCF client channel (service) terminated or not?
I havesimple WCF service hosted on Windows Service. When the client of wcf service is idle for 10 minutesor more WCF service 开发者_运维知识库terminated at client side [ not at server side, server se[详细]
2023-03-18 12:05 分类:问答HTTP proxy basic authentication with WCF ChannelBase
I\'m stuck with a problem of basic authentication to connect a web service which was created, in Visual Studio, deriving from ChannelBase. Already tried to ask in MSDN with no results, so I\'m trying[详细]
2023-03-16 23:23 分类:问答How to add service reference in client project?
I am totally new to WCF so please indicate if you find something that I am doing totally wrong here. I have created a WCF servic开发者_开发百科e project (my service class is dervied from ServiceBase c[详细]
2023-03-16 18:28 分类:问答Authentication in WCF
I am currently following this scenario Instead of a Windows Forms client, I have an ASP.NET MVC web app.[详细]
2023-03-16 02:22 分类:问答How to use WCF in Android
I provid开发者_运维百科e a remote tool to other websites through web service in WCF. Now I want to provide same remote tool to Android Apps.[详细]
2023-03-15 16:32 分类:问答Why do i get a signature over the certificate in my soap header
I need to communicate with a soap service that supports Soap1.1 en WS Security 1.0. I have put up some code in C# that communicates with this service, but it\'s returning an FaultException.[详细]
2023-03-14 11:59 分类:问答WCF Streamed Response is buffered after moving Config to code
i have client server app using net.tcp bindings with streamedResponse service, all WCF config has been defined in the app.config and all works fine with no problem, i had to remove the config from the[详细]
2023-03-14 04:56 分类:问答MessageContract-based WCF service in MVC app won't serve up metadata
I\'ve been reading through all the questions on SO I could find on hosting a WCF service in a MVC app, and unfortunately I haven\'t found much information about services which specify MessageContracts[详细]
2023-03-13 13:34 分类:问答Silverlight WCF with Multiple Calls need to know when all are completed
I am working on a Small silverlight application to resize images on the client machine before uploading to the server via a WCF service.I have all this working, the client connects and uploads the ima[详细]
2023-03-11 19:01 分类:问答Troubles with WCF client (for a non .Net service)
In a c# project, I have to query some web services which is not build with .Net (actually WebLogic). Where I can query most of the web services with no problem, I have difficulties with one. When I c[详细]
2023-03-11 17:40 分类:问答