WCFBuildProvider 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为 Windows Communication Foundation (WCF) 服务生成代理类代码。
public ref class WCFBuildProvider : System::Web::Compilation::BuildProvider
public class WCFBuildProvider : System.Web.Compilation.BuildProvider
[System.Security.SecurityCritical]
public class WCFBuildProvider : System.Web.Compilation.BuildProvider
type WCFBuildProvider = class
inherit BuildProvider
[<System.Security.SecurityCritical>]
type WCFBuildProvider = class
inherit BuildProvider
Public Class WCFBuildProvider
Inherits BuildProvider
- 继承
- 属性
注解
WCFBuildProvider使用在包含 WCF 服务引用的 Web 应用程序的根级别 ( .svcmap) 映射文件。 映射文件指定必须为其生成代理类源代码的服务。 然后,在 Web 应用程序编译阶段,将用其他资源编译生成的代理类。
继承 VirtualPath 属性在内部定义,并指向 .svcmap 文件所在的 Web 应用程序根目录。
构造函数
WCFBuildProvider() |
初始化 WCFBuildProvider 类的新实例。 |
属性
CodeCompilerType |
表示生成提供程序为自定义文件类型生成源代码所使用的编译器类型。 (继承自 BuildProvider) |
ReferencedAssemblies |
表示要用生成提供程序生成的源代码进行编译的程序集。 (继承自 BuildProvider) |
VirtualPath |
表示要由此生成提供程序实现生成的文件。 (继承自 BuildProvider) |
VirtualPathDependencies |
表示在生成提供程序生成代码之前必须生成的虚拟路径的集合。 (继承自 BuildProvider) |