我有以下定义:
[AspNetCompatibilityRequirements(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)]
[ServiceBehavior(IncludeExceptionDetailInFaults = true, InstanceContextMode = InstanceContextMode.PerCall)]
public partial class FrontEndService : IFrontEndService
但是,大多数时间(但并不总是)<条码> 。 HttpContext.Current and OperationContext.Current
is also no.
我失踪了什么? 我想做的是将一些数据储存在<代码>。 HttpContext.Current.Items 或为请求的长度而存在的类似收集。