ISoapServerVRoot 接口

定义

在服务器上发布经过身份验证的加密 SOAP 虚拟根目录。

public interface class ISoapServerVRoot
[System.Runtime.InteropServices.Guid("A31B6577-71D2-4344-AEDF-ADC1B0DC5347")]
public interface ISoapServerVRoot
[<System.Runtime.InteropServices.Guid("A31B6577-71D2-4344-AEDF-ADC1B0DC5347")>]
type ISoapServerVRoot = interface
Public Interface ISoapServerVRoot
派生
属性

注解

有关默认实现,请参阅 SoapServerVRoot

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

方法

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

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

DeleteVirtualRootEx(String, String, String)

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

GetVirtualRootStatus(String, String, String, String, String, String, String, String, String, String, String, String)

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

适用于