This is a mirror of official site: http://jasper-net.blogspot.com/

HttpContext.Current returning null when using NetTcpBinding in WCF4

| Thursday, April 7, 2011
When using NetTcpBinding, not all of the features of WCF are available, particularly those using HTTP. NetTcpBinding removes a dependency on HTTP (and IIS as a result, allowing the service to be hosted in WAS instead.)

HttpContext.Current is one of the features in WCF that is not available when using NetTcpBinding.

Posted via email from Jasper-net

0 comments: