SoapServerVRoot Class
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. This class cannot be inherited.
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
- Inheritance
-
SoapServerVRoot
- Attributes
- Implements
Remarks
SoapServerVRoot is used internally by the .NET Framework. You do not need to use it directly in your code.
Constructors
SoapServerVRoot() |
Initializes a new instance of the SoapServerVRoot class. |
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. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
GetVirtualRootStatus(String, String, String, String, String, String, String, String, String, String, String, String) |
Returns the security status of an existing SOAP virtual root. |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |