wcf-behaviour
Something like an operation filter in WCF REST?
I am looking for something like the AuthorizeAttribute in MVC, something I can use like this: [WebGet(UriTemplate = \"da开发者_高级运维ta/{spageNumber}\")][详细]
2023-04-10 22:04 分类:问答What do you think is the most beautiful thing about WCF? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-03-25 12:42 分类:问答WCF service behavior extension throwing null reference exception
So, im trying to write routing service. The idea is that, every time someone calls routing service, endpoint is randomly selected by WCF behavior extension. I used slightly modified example from MSDN[详细]
2023-02-28 06:00 分类:问答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 分类:问答Throwing a fault inside a behavior and returning it to client
I\'m writing some services in WCF to be called by a Silverlight client. I change status code to 200 every time a fault is to be returned, via a IDispatchMessageInspector.[详细]
2023-02-13 06:47 分类:问答How do you differentiate between application and infrastructure endpoints?
I\'m creating a custom behaviour for WCF which can (for interoperability reasons) only function correctly when a service exposes a single application endpoint.[详细]
2023-01-22 09:11 分类:问答WCF challenge (in AfterReceiveRequest method of IDispatchMessageInspector Interface)
I\'m getting some values in AfterReceiveRequest and want to use that in BeforeSendReply in WCF. Please help me, how I can do that. I\'m working in C# project files. I can\'t use Seesion, ViewState he[详细]
2023-01-04 08:54 分类:问答Setting custom WCF-binding behaviour via .config file - why doesn't this work?
I am attempting to insert a custom behavior into my service client, following the example here. I appear to be following all of the steps, but I am getting a ConfigurationErrorsException. Is there an[详细]
2023-01-01 08:42 分类:问答Capture Click Event in a Custom Control
I have a WPF Custom Control inherited from Button. How do I programatically get the custom control to capture the Click Event (so that I can record the action and do some internal work)[详细]
2022-12-18 20:39 分类:问答