Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in wcf

This operation is not supported for a relative URI, error browsing SVC-service

c# wcf web-services svc

Minimal example of WCF using HTTPS

c# wcf

Is it possible to create a TransactionScope in a Custom WCF Service Behavior? (async, await, TransactionScopeAsyncFlowOption.Enabled)

UI of Process is not visible after Process.Start()

c# wcf

WCF Access Denied exception never returns to client after CheckAccessCore

Limiting access to a WCF REST (webHttpBinding) Service using the ASP.NET Membership Provider?

WCF Reference Sheet [closed]

wcf

Streaming an undetermined number of objects through WCF

c# wcf streaming

How to write code that calls a WCF service and falls back from Kerberos to NTLM if needed?

WCF / WCF Data Services / WCF RIA Services

What is the simplest way to implement encryption in WCF when using the netTcpBinding?

Cannot activate binary http binding on server

c# .net wcf wcf-binding

Invoking a method AFTER a wcf service operation has returned its result

wcf

Why doesn't BasicHttpBinding need a Principal Name to use Kerberos Auth on IIS7?

c# .net wcf

Scaling out WCF, how to deal with callbacks?

c# .net wcf

NET Remoting and MarshalByRefObject is really dead?

wcf add-in remoting .net

How to remove or exclude a schema that WCF adds that isn't used?

wcf wsdl

How to have a WCF DataContract with a json dynamic member

c# json wcf serialization

Close TCP connection when owner process is already killed

c# wcf networking tcp

Can I change the content of an incoming HTTP request using a HTTP Module?

c# asp.net wcf filter gzip