作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
使用 Sitecore 9.1.1 我尝试使用此处找到的示例代码通过控制台应用程序连接到我的 xconnect 服务器:https://doc.sitecore.com/developers/90/sitecore-experience-platform/en/create,-retrieve,-and-search-contact-and-interaction-data.html
我使用 NuGet (Sitecore MyGet) 来检索正在使用的库:
using Sitecore.XConnect;
using Sitecore.XConnect.Client;
using Sitecore.XConnect.Schema;
using System;
using System.Threading.Tasks;
using Sitecore.XConnect.Client.WebApi;
using Sitecore.Xdb.Common.Web;
using Sitecore.XConnect.Collection.Model;
using System.Collections.Generic;
using Sitecore.Xdb.Common.Web;
最佳答案
事实证明,这两个类已在 Sitecore 9.1.1 中重命名。命名空间 Sitecore.Xdb.Common.Web:
CertificateWebRequestHandlerModifierOptions = 证书 http ClientHandlerModifierOptions
CertificateWebRequestHandlerModifier = 证书 http ClientHandler修饰符
关于namespaces - CertificateWebRequestHandlerModifierOptions 位于哪个命名空间?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56370827/
使用 Sitecore 9.1.1 我尝试使用此处找到的示例代码通过控制台应用程序连接到我的 xconnect 服务器:https://doc.sitecore.com/developers/90/s
我是一名优秀的程序员,十分优秀!