RemoteWebConfigurationHostServer Class
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.
Used internally at run time to support accessing configuration data remotely.
This API supports the product infrastructure and is not intended to be used directly from your code.
public ref class RemoteWebConfigurationHostServer : System::Web::Configuration::IRemoteWebConfigurationHostServer
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDual)]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("8DEC0FA2-CC19-494F-8613-1F6221C0C5AB")]
public class RemoteWebConfigurationHostServer : System.Web.Configuration.IRemoteWebConfigurationHostServer
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDual)]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("9FDB6D2C-90EA-4e42-99E6-38B96E28698E")]
public class RemoteWebConfigurationHostServer : System.Web.Configuration.IRemoteWebConfigurationHostServer
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDual)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("8DEC0FA2-CC19-494F-8613-1F6221C0C5AB")>]
type RemoteWebConfigurationHostServer = class
interface IRemoteWebConfigurationHostServer
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDual)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("9FDB6D2C-90EA-4e42-99E6-38B96E28698E")>]
type RemoteWebConfigurationHostServer = class
interface IRemoteWebConfigurationHostServer
Public Class RemoteWebConfigurationHostServer
Implements IRemoteWebConfigurationHostServer
- Inheritance
-
RemoteWebConfigurationHostServer
- Attributes
- Implements
Constructors
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. |
Methods
DoEncryptOrDecrypt(Boolean, String, String, String, String[], 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 |
Equals(Object) |
Determines whether the specified object is equal to the current object. (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() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
WriteData(String, String, 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. |