• <bdo id='9RdZI'></bdo><ul id='9RdZI'></ul>
      <legend id='9RdZI'><style id='9RdZI'><dir id='9RdZI'><q id='9RdZI'></q></dir></style></legend>
    1. <tfoot id='9RdZI'></tfoot>
      <i id='9RdZI'><tr id='9RdZI'><dt id='9RdZI'><q id='9RdZI'><span id='9RdZI'><b id='9RdZI'><form id='9RdZI'><ins id='9RdZI'></ins><ul id='9RdZI'></ul><sub id='9RdZI'></sub></form><legend id='9RdZI'></legend><bdo id='9RdZI'><pre id='9RdZI'><center id='9RdZI'></center></pre></bdo></b><th id='9RdZI'></th></span></q></dt></tr></i><div id='9RdZI'><tfoot id='9RdZI'></tfoot><dl id='9RdZI'><fieldset id='9RdZI'></fieldset></dl></div>

      <small id='9RdZI'></small><noframes id='9RdZI'>

      1. 如何在 WCF 服务中使用 RequestContext 映射路径

        时间:2023-06-02
          <tbody id='rlE3Q'></tbody>
        <i id='rlE3Q'><tr id='rlE3Q'><dt id='rlE3Q'><q id='rlE3Q'><span id='rlE3Q'><b id='rlE3Q'><form id='rlE3Q'><ins id='rlE3Q'></ins><ul id='rlE3Q'></ul><sub id='rlE3Q'></sub></form><legend id='rlE3Q'></legend><bdo id='rlE3Q'><pre id='rlE3Q'><center id='rlE3Q'></center></pre></bdo></b><th id='rlE3Q'></th></span></q></dt></tr></i><div id='rlE3Q'><tfoot id='rlE3Q'></tfoot><dl id='rlE3Q'><fieldset id='rlE3Q'></fieldset></dl></div>
          • <small id='rlE3Q'></small><noframes id='rlE3Q'>

              <legend id='rlE3Q'><style id='rlE3Q'><dir id='rlE3Q'><q id='rlE3Q'></q></dir></style></legend>
              • <tfoot id='rlE3Q'></tfoot>

                  <bdo id='rlE3Q'></bdo><ul id='rlE3Q'></ul>
                  本文介绍了如何在 WCF 服务中使用 RequestContext 映射路径的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  限时送ChatGPT账号..

                  这篇 MSDN 文章 说:

                  HttpContext:从 WCF 服务中访问时,Current 始终为 null.请改用 RequestContext.

                  我想要做的是从我的 IIS 托管的 WCF 服务中加载一些 XSD 文件.问题是,我无法弄清楚如何像在任何旧的香草 ASP.NET 网站中那样执行 Server.MapPath(),例如:

                  What I'm trying to do is load some XSD files in from my IIS hosted WCF service. Problem is, I can't figure out how to do a Server.MapPath() like I would in any old vanilla ASP.NET website, something like:

                  HttpContext.Current.Server.MapPath(schemaUri);

                  在 IIS 托管的 WCF 服务中使用 RequestContext 的等效方法是什么?

                  What would be the equivalent way using RequestContext in an IIS hosted WCF service?

                  架构位于服务应用程序根目录的架构"目录中.使用 web.config 中的自定义配置部分引用它们,如下所示:

                  The schemas are located in a "Schemas" directory at the root of the service application. They're referenced using a custom config section in the web.config like this:

                  <schemas>
                      <add uri="~/Schemas/foo.xsd" xmlNamespace="http://foo.bar/types" />
                  </schemas>
                  

                  我试图像这样加载:

                  var schemaUri = HttpContext.Current.Server.MapPath(schema.Uri);

                  这在普通的 ASP.NET 网站中运行良好,而不是在 IIS 托管的 WCF 服务中.

                  Which works fine from within a normal ASP.NET website, just not an IIS hosted WCF service.

                  推荐答案

                  你可以使用 HostingEnvironment.MapPath.

                  这篇关于如何在 WCF 服务中使用 RequestContext 映射路径的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:将(嵌入式资源)架构添加到 XmlReaderSettings 而不是 下一篇:在 C# 中使用 Schematron/XSD 进行 XML 验证

                  相关文章

                  最新文章

                  <small id='pZXoO'></small><noframes id='pZXoO'>

                  <tfoot id='pZXoO'></tfoot>
                  <legend id='pZXoO'><style id='pZXoO'><dir id='pZXoO'><q id='pZXoO'></q></dir></style></legend>
                • <i id='pZXoO'><tr id='pZXoO'><dt id='pZXoO'><q id='pZXoO'><span id='pZXoO'><b id='pZXoO'><form id='pZXoO'><ins id='pZXoO'></ins><ul id='pZXoO'></ul><sub id='pZXoO'></sub></form><legend id='pZXoO'></legend><bdo id='pZXoO'><pre id='pZXoO'><center id='pZXoO'></center></pre></bdo></b><th id='pZXoO'></th></span></q></dt></tr></i><div id='pZXoO'><tfoot id='pZXoO'></tfoot><dl id='pZXoO'><fieldset id='pZXoO'></fieldset></dl></div>

                        <bdo id='pZXoO'></bdo><ul id='pZXoO'></ul>