1
我已經使用WCF REST stater套件創建了一個WCF服務。我正在使用RequestInterceptor進行身份驗證(API密鑰驗證)。在RequestInterceptor(ProcessRequest方法)的內部,我想訪問請求的HttpContext。我必須在HttpContext中存儲幾件事情。有人可以幫助我如何訪問RequestInterceptor中的HttpContext。雖然Httpcontext可以在服務下訪問。在WCF中訪問HttpContext RequestInterceptor ProcessRequest方法