【发布时间】:2015-03-05 00:24:37
【问题描述】:
我正在编写一个使用 Microsoft Dynamics CRM SDK(v 6 / CRM 2013 SP1)的应用程序:
OrganizationServiceProxy proxy = new OrganizationServiceProxy(OrganizationUri, HomeRealmUri, Credentials, null);
proxy.Authenticate();
有没有办法强制 OrganizationServiceProxy 的实例在与 Dynamics CRM 通信时使用 HTTP 压缩?
【问题讨论】:
标签: c# wcf sdk dynamics-crm dynamics-crm-2013