Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in wcf

How to add a custom HTTP header to every WCF call?

wcf

Turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the <serviceDebug> configuration behavior) on the server

The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for communication

c# wcf

WCF ServiceHost access rights

c# wcf windows-7

Post an empty body to REST API via HttpClient

c# wcf httpclient wcf-web-api

Where can I find WcfTestClient.exe (part of Visual Studio)

CryptographicException 'Keyset does not exist', but only through WCF

.net wcf x509

Catch-22 prevents streamed TCP WCF service securable by WIF; ruining my Christmas, mental health

WCF service startup error "This collection already contains an address with scheme http"

.net wcf

When to use DataContract and DataMember attributes?

HTTP could not register URL http://+:8000/HelloWCF/. Your process does not have access rights to this namespace

wcf

Cannot serve WCF services in IIS on Windows 8

wcf iis windows-8

Nesting await in Parallel.ForEach

Namespace for [DataContract]

c# wcf datacontract

How do I return clean JSON from a WCF Service?

wcf json

Guid is all 0's (zeros)?

c# .net wcf web-services guid

WCF on IIS8; *.svc handler mapping doesn't work

asp.net wcf iis-8 iis-8.5

The provided URI scheme 'https' is invalid; expected 'http'. Parameter name: via

c# wcf https

The breakpoint will not currently be hit. No symbols have been loaded for this document in a Silverlight application

c# asp.net wcf debugging iis

POSTing JsonObject With HttpClient From Web API