SoapServerVRoot 类

定义

在服务器上发布经过身份验证的加密 SOAP 虚拟根目录。 此类不能被继承。

public ref class SoapServerVRoot sealed : System::EnterpriseServices::Internal::ISoapServerVRoot
[System.Runtime.InteropServices.Guid("CAA817CC-0C04-4d22-A05C-2B7E162F4E8F")]
public sealed class SoapServerVRoot : System.EnterpriseServices.Internal.ISoapServerVRoot
[<System.Runtime.InteropServices.Guid("CAA817CC-0C04-4d22-A05C-2B7E162F4E8F")>]
type SoapServerVRoot = class
    interface ISoapServerVRoot
Public NotInheritable Class SoapServerVRoot
Implements ISoapServerVRoot
继承
SoapServerVRoot
属性
实现

注解

SoapServerVRoot由.NET Framework在内部使用。 无需直接在代码中使用它。

构造函数

SoapServerVRoot()

初始化 SoapServerVRoot 类的新实例。

方法

CreateVirtualRootEx(String, String, String, String, String, String, String, String, String, String, String)

用安全选项创建一个 SOAP 虚拟根目录。

DeleteVirtualRootEx(String, String, String)

删除虚拟根目录。 没有完全实现。

Equals(Object)

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

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
GetVirtualRootStatus(String, String, String, String, String, String, String, String, String, String, String, String)

返回现有 SOAP 虚拟根目录的安全状态。

MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

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

(继承自 Object)

适用于