RemoteWebConfigurationHostServer Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Used internally at run time to support accessing configuration data remotely.
Assembly: System.Web (in System.Web.dll)
[ComVisibleAttribute(true)] [ClassInterfaceAttribute(ClassInterfaceType::AutoDual)] [GuidAttribute("9FDB6D2C-90EA-4e42-99E6-38B96E28698E")] [SecurityPermissionAttribute(SecurityAction::Demand, Unrestricted = true)] public ref class RemoteWebConfigurationHostServer : IRemoteWebConfigurationHostServer
| Name | Description | |
|---|---|---|
![]() | RemoteWebConfigurationHostServer() | This API supports the product infrastructure and is not intended to be used directly from your code. Used internally at run time to create a new instance of RemoteWebConfigurationHostServer. |
| Name | Description | |
|---|---|---|
![]() | DoEncryptOrDecrypt(Boolean, String^, String^, String^, array<String^>^, array<String^>^) | This API supports the product infrastructure and is not intended to be used directly from your code. Conditionally encrypts or decrypts the value of the string referenced by the xmlString parameter. |
![]() | 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.) |
![]() | GetData(String^, Boolean, Int64%) | This API supports the product infrastructure and is not intended to be used directly from your code. Used internally to support remote access to configuration data. |
![]() | GetFileDetails(String^, Boolean%, Int64%, Int64%, Int64%) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the details of the configuration file. |
![]() | GetFilePaths(Int32, String^, String^, String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Used internally to support remote access to configuration data. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | WriteData(String^, String^, array<Byte>^, Int64%) | This API supports the product infrastructure and is not intended to be used directly from your code. Used internally to support remote access to configuration data. |
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

