WCF HttpContext NULL , WCF IIS; , WCF ASP.NET.
HttpContext, , config (web.config, IIS, app.config ):
<system.serviceModel>
<serviceHostingEnvironment aspNetCompatibilityEnabled="true" />
</system.serviceModel>
( ASP.NET), ( ):
[AspNetCompatibilityRequirements
(RequirementsMode=AspNetCompatibilityRequirementsMode.Allowed)]
public class MyWCFService : IMyWCFService
{
......
}
RequirementsMode=Allowed ASP.NET, RequirementsMode=Required .
, HttpContext.Current, IIS.