wcf
How long do objects stay in memory after a soap request to WCF?
I was wondering how long do objects instantiated during a soap request ( which do not implement IDisposable ) stay in memory?[详细]
2023-04-11 13:47 分类:问答if you change WCF service do you also need to change the client?
If I have a web serice and a client cons开发者_如何学编程uming tis webservice, and then I change the service location, orI add another parameter, what is the usual way to change the client?[详细]
2023-04-11 11:47 分类:问答Custom wcf data provider and debugging a relationship error
I\'m implementing a custom data provider, I have gotten it to the point that it returns data and can be filtered, but am having some trouble getting relationships to work.[详细]
2023-04-11 09:01 分类:问答Not all properties are being sent or received in a WCF call
I am having a frustrating time debugging my new WCF service. Issue is with a certain DataContract. Seems like on de-serialization on the server side after a certain property something happens and the[详细]
2023-04-11 07:51 分类:问答Get WCF client endpoint IP from app.config
I have a client that connects to a WCF service using a netTcpBinding. To connect to the service I use the following in my client:[详细]
2023-04-11 06:55 分类:问答Adding and Retrieving data from request context
I\'m trying to attach an api key to the OperationContext outgoing message header as follows: public static void AddApikeyToHeader(string apikey, IContextChannel channel, string address)[详细]
2023-04-11 06:36 分类:问答WCF Service calling an external web service results in timeouts in heavy load environment
I have got the following scneario: Our .NET client calls our WCF service - which in turn calls an external third party service to retrieve some data. Once the data is retrieved, our WCF service sets[详细]
2023-04-11 06:14 分类:问答Get WindowsAccount for current user that made the request to the WCF service
Hi, I got a WCF service(session) that uses both WindowsAuthentication and regular UserName/Password authentication.[详细]
2023-04-11 05:07 分类:问答Any disadvantages if using POCO + Entity Framework across the tiers and not using Data Transfer Objects?
Are there any disadvantages for using the same POCOs (in EF4 & WCF) across the tiers (DAL, BLL & Presentation) and doing without DTOs? The clients and services are al开发者_如何学Cl .NET &[详细]
2023-04-11 05:04 分类:问答Can't send generic list as a parameter to WCF method
I have a WCF service, in which one of the method(or operation contract) uses a generic list of certai开发者_JS百科n type as a parameter, however when i try to consume this service, and call this parti[详细]
2023-04-11 04:46 分类:问答