ISoapServerVRoot Interface

Definition

Publishes authenticated, encrypted SOAP virtual roots on servers.

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
Derived
Attributes

Remarks

See SoapServerVRoot for the default implementation.

ISoapServerVRoot is used internally by the .NET Framework. You do not need to use it directly in your code.

Methods

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

Creates a SOAP virtual root with security options.

DeleteVirtualRootEx(String, String, String)

Deletes a virtual root. Not fully implemented.

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

Returns the security status of an existing SOAP virtual root.

Applies to