Top "Webget" questions

Can't find [WebInvoke] and [WebGet]

I can't find [WebInvoke] and [WebGet]. I have already add System.ServiceModel reference. what is the problem? I use .NET …

wcf webget webinvoke
OData and custom WCF WebGet methods

I've created an OData endpoint (using entity framework, WCF data service) and added a custom test WebGet test method like …

c# .net wcf odata webget
Return html format on wcf service instead of json or xml

I have the operation contract: [System.ServiceModel.Web.WebGet( UriTemplate = "c" , BodyStyle = WebMessageBodyStyle.Bare )] [OperationContract] string Connect ( ); and I have …

c# wcf webget
Invoke a Operation Contract through web browser

Since i am new to WCF and Having configured a WCF service endpoint in IIS at Virtual Directory Api ( url …

wcf url browser uritemplate webget
REST methods not accessible when hosting wcf service in IIS

I have a WCF REST service that exposes a method in class GreetService: [ServiceContract] public class GreetService { [WebGet(UriTemplate = "greet/{…

wcf rest iis-7 webget