wcf-web-api
C# WCF Web Api 4 MaxReceivedMessageSize
I am using the WCF Web Api 4.0 framework and am running into the maxReceivedMessageSize has exceeded 65,000 error.[详细]
2023-03-15 14:18 分类:问答C# WCF Web API Problems Posting/Putting
I have a webservice that looks something like this: [WebInvoke(UriTemplate = \"/{userName}/?key={key}&machineName={machineName}\", Method = \"PUT\")][详细]
2023-03-15 14:02 分类:问答How does WCF WebApi map a request URI to the appropriate service type / operation?
How does WCF REST (and WCF WebApi) map a Uri to the correct service endpoint? Within the context of WCF WebApi Preview 4:[详细]
2023-03-15 05:21 分类:问答C# Wcf Web API Deserializing Response
I am trying to unit test a web service that returns a non primitive. The response can be either xml or json depending on开发者_如何学C the request. In my test it\'d be great if I could deserialize the[详细]
2023-03-12 11:29 分类:问答Web services API Keys and Ajax - Securing the Key
This is probably a generic security question, but I thought I\'d ask in the realm of what I\'m developing.[详细]
2023-03-12 02:01 分类:问答WCF REST Web API and MVC on same server and port
I\'m looking at putting together a REST based system which still has a standard browser style access.My desire is to have both of these on the same machine, but what are my options?[详细]
2023-03-10 22:04 分类:问答Hosting a WCF Web API app on AppHarbor?
I\'ve implemented a sample app like the one here. It is a really basic app just to get things started. Everything works fine in IIS on my local machine, I\'ve got it running on my IIS Express as well,[详细]
2023-03-09 17:10 分类:问答Uploading files WCF Web API Endpoint
Is there any wayto upload a file to WC开发者_如何学GoF web API endpoint? If so, how can I access Network Stream to read data?[详细]
2023-03-09 01:22 分类:问答Setting up Ninject with the new WCF Web API
So I\'ve been playing around with the latest release of the WCF Web API and decided I wanted to dive into implementing Ninject with it.[详细]
2023-03-03 20:58 分类:问答WCF Web API vs ASP.NET MVC JSON web services [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-01 16:35 分类:问答