//开始拦截记录 public bool IsInterceptor(BaseInterceptorRecord restrict) { this.AddSendRecord(restrict); return(_andFilter.Filter(_configs, _restricts)); }
private void AddSendRecord(BaseInterceptorRecord restrict) { _restricts.Add(restrict); }