wcfserviceclient
secure data transfer between Silverlight 4 and WCF service
Background So after fumbling around with wsHttpBinding on my WCF services I find out that Silverlight doesnt support it!! After thinking of sending encrypted data over the wire that is decrypted on[详细]
2023-03-10 05:34 分类:问答WCF Client freezes when calling method from Service
I have this strange problem where my client will hang when it calls a method from my WCF Service. Now the real strange thing is that this does not happen when the Client is a Console Application. It d[详细]
2023-03-09 16:56 分类:问答WCF - Does a client must have the same behavior as the endpoint?
I have the following WCF endpoint configuration: <service behaviorConfiguration=\"MyNamespace.ContainerManagementServiceBehavior\"[详细]
2023-02-21 00:45 分类:问答How to enable reliability for one-way methods?
The What You Need To Know About One-Way Calls, Callbacks, And Events article tells: 开发者_开发问答The fact that the client doesn\'t care about the result of the invocation does not mean the client[详细]
2023-02-17 05:08 分类:问答Beginner Windows Service / WCF and front end GUI implementation Question
I am trying to figure out the best way to approach this design... Here is some background of what I\'m trying to do:[详细]
2023-02-16 03:48 分类:问答WCF, Sending an unknown type to a WCF service
Consider this scenario that two WCF clients connect to one WCF service(server), this service will receive an object from one client and send it to the other one through some operation contract and cli[详细]
2023-02-15 04:24 分类:问答connecting to wcf service hosted on domain from a client that is not on the domain
I would like an example or explanation of how to connect a client to a wcf service when the client is not on the domain.[详细]
2023-02-15 01:00 分类:问答Silverlight - Extend WCF Class in the Client
I\'ve seen this question asked in various incarnations around the web, but never a definitive 开发者_开发知识库answer.And since this is the forum for definitive answers....[详细]
2023-02-10 09:56 分类:问答WCF+WebService: 2 fields are generated to represent 1 integer
In my WCF service I have method with \'int\' parameter: [OperationContract] PublishResult PublishEnrollmentProfile([详细]
2023-02-04 12:41 分类:问答Datavalidation in silverlight with wcf service reference class
HI, Am using wcf service with silverlight and my datacontract class is exposed in the reference file and am binding a collection of class type to datagrid and while c开发者_JAVA百科licking a particula[详细]
2023-02-04 09:36 分类:问答