RemoteWebConfigurationHostServer Class
.NET Framework 2.0
This class supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Used internally at run time to support accessing configuration data remotely.
Namespace: System.Web.ConfigurationAssembly: System.Web (in system.web.dll)
'Declaration <ComVisibleAttribute(True)> _ <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> _ <GuidAttribute("8DEC0FA2-CC19-494F-8613-1F6221C0C5AB")> _ Public Class RemoteWebConfigurationHostServer Implements IRemoteWebConfigurationHostServer 'Usage Dim instance As RemoteWebConfigurationHostServer
/** @attribute ComVisibleAttribute(true) */
/** @attribute ClassInterfaceAttribute(ClassInterfaceType.AutoDual) */
/** @attribute GuidAttribute("8DEC0FA2-CC19-494F-8613-1F6221C0C5AB") */
public class RemoteWebConfigurationHostServer implements IRemoteWebConfigurationHostServer
ComVisibleAttribute(true) ClassInterfaceAttribute(ClassInterfaceType.AutoDual) GuidAttribute("8DEC0FA2-CC19-494F-8613-1F6221C0C5AB") public class RemoteWebConfigurationHostServer implements IRemoteWebConfigurationHostServer
Not applicable.
- SecurityPermission for unrestricted access to the resource. Demand value: Demand; Permission value: Unrestricted.
Community Additions
ADD
Show: