ISoapServerVRoot Interface
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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.