Top "Operationcontext" questions

current OperationContext is null in WCF Windows Service

I am trying to set up a Publish/Subscribe system using WCF and where the WCF server is in a …

c# wcf callback operationcontext
How to log the raw request in WCF service

I have a WCF service with several methods. I would like to log the raw request that came in from …

asp.net wcf request operationcontext
What is the WCF equivalent of HttpContext.Current.Request.RawUrl?

I've got some RESTful services running in a pure WCF context (i.e. ASP.NET compatibility is not enabled, and …

wcf url-rewriting httpcontext operationcontext weboperationcontext
How to retrieve the client's machine name from within a WCF Operation Contract?

I'm currently looking at the OperationContect.Current properties. Is there a (nested) property the will always return the machine name …

c# wcf operationcontext