RemoteWebConfigurationHostServer 类

定义

(在内部使用)在运行时用于支持远程访问配置数据。

此 API 支持产品基础结构,不能在代码中直接使用。

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
继承
RemoteWebConfigurationHostServer
属性
实现

构造函数

RemoteWebConfigurationHostServer()

此 API 支持产品基础结构,不能在代码中直接使用。

(在内部使用)在运行时用于创建 RemoteWebConfigurationHostServer 的新实例。

方法

DoEncryptOrDecrypt(Boolean, String, String, String, String[], String[])

此 API 支持产品基础结构,不能在代码中直接使用。

根据条件加密或解密由 xmlString 参数引用的字符串值。

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetData(String, Boolean, Int64)

此 API 支持产品基础结构,不能在代码中直接使用。

在内部用于支持对配置数据的远程访问。

GetFileDetails(String, Boolean, Int64, Int64, Int64)

此 API 支持产品基础结构,不能在代码中直接使用。

获取配置文件的详细信息。

GetFilePaths(Int32, String, String, String)

此 API 支持产品基础结构,不能在代码中直接使用。

在内部用于支持对配置数据的远程访问。

GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)
WriteData(String, String, Byte[], Int64)

此 API 支持产品基础结构,不能在代码中直接使用。

在内部用于支持对配置数据的远程访问。

适用于

另请参阅