To use httpContext I changed app.config and added inside
It is possible to access HttpContext in WCF if you set AspNetCompatibility in web.config and on the Service Implementation.
HttpContext
AspNetCompatibility
See here.