IServerWebConfig Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a Web.config file for a SOAP-enabled COM+ application and adds component entries to the file for COM interfaces being published in the application.
This API supports the product infrastructure and is not intended to be used directly from your code.
public interface class IServerWebConfig
[System.Runtime.InteropServices.Guid("6261e4b5-572a-4142-a2f9-1fe1a0c97097")]
public interface IServerWebConfig
[<System.Runtime.InteropServices.Guid("6261e4b5-572a-4142-a2f9-1fe1a0c97097")>]
type IServerWebConfig = interface
Public Interface IServerWebConfig
- Derived
- Attributes
Remarks
The IServerWebConfig interface is implemented only by the ServerWebConfig class and is only used within the .NET Framework infrastructure. Rather than implementing this interface or instantiating an IServerWebConfig interface object, use the Publish class, which implements the IComSoapPublisher interface.
IServerWebConfig is used internally by the .NET Framework. You do not need to use it directly in your code.
Methods
AddElement(String, String, String, String, String, String) |
This API supports the product infrastructure and is not intended to be used directly from your code. Adds XML elements to a Web.config file for a COM interface being published in a SOAP-enabled COM+ application. |
Create(String, String, String) |
This API supports the product infrastructure and is not intended to be used directly from your code. Creates a Web.config file for a SOAP-enabled COM+ application so that the file is ready to have XML elements added for COM interfaces being published. |