WCFBuildProvider Class
Generates proxy class code for Windows Communication Foundation (WCF) services
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
| Name | Description | |
|---|---|---|
![]() | WCFBuildProvider() | Initializes a new instance of the WCFBuildProvider class. |
| Name | Description | |
|---|---|---|
![]() | CodeCompilerType | Represents the compiler type used by a build provider to generate source code for a custom file type.(Inherited from BuildProvider.) |
![]() | ReferencedAssemblies | Represents the assemblies to compile with the source generated by the build provider.(Inherited from BuildProvider.) |
![]() | VirtualPath | Represents the file to be built by this build provider implementation.(Inherited from BuildProvider.) |
![]() | VirtualPathDependencies | Represents a collection of virtual paths that must be built before the build provider generates code.(Inherited from BuildProvider.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GenerateCode(AssemblyBuilder) | Generates the service proxy class source code and adds it to the specified assembly builder.(Overrides BuildProvider.GenerateCode(AssemblyBuilder).) |
![]() | GetCodeCompileUnit(IDictionary) | Represents the container for the generated CodeDOM graph.(Inherited from BuildProvider.) |
![]() | GetCustomString(CompilerResults) | This API supports the product infrastructure and is not intended to be used directly from your code. Generates a string to be persisted in the compiled assembly.(Inherited from BuildProvider.) |
![]() | GetDefaultCompilerType() | Returns the compiler settings for the default language in the application.(Inherited from BuildProvider.) |
![]() | GetDefaultCompilerTypeForLanguage(String) | Returns the compiler settings for the build provider based on the specified language.(Inherited from BuildProvider.) |
![]() | GetGeneratedType(CompilerResults) | Returns a type generated by the build provider from the virtual path.(Inherited from BuildProvider.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetResultFlags(CompilerResults) | Returns a value indicating actions required when a virtual path is built.(Inherited from BuildProvider.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | OpenReader() | Opens a text reader for reading from the virtual path of the current build provider object.(Inherited from BuildProvider.) |
![]() | OpenReader(String) | Opens a text reader for reading from a specified virtual path.(Inherited from BuildProvider.) |
![]() | OpenStream() | Opens a stream for reading the virtual path of the current build provider object.(Inherited from BuildProvider.) |
![]() | OpenStream(String) | Opens a stream for reading from a specified virtual path.(Inherited from BuildProvider.) |
![]() | ProcessCompileErrors(CompilerResults) | When overridden in a derived class, enables you to review compiler error messages so that you can modify them to provide more information.(Inherited from BuildProvider.) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The WCFBuildProvider uses mapping files (.svcmap) at the root level of the Web application that contains WCF service references. The mapping files specify the services for which proxy class source code must be generated. The generated proxy class is then compiled with the other resources during the Web application compilation phase.
The inherited VirtualPath property is internally defined and points to the Web application root directory where the .svcmap files reside.
Available since 3.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



