ICompactServer interface
Use ICompactServer to create and manage URL groups. A URL group is a collection of URLs. Every URL group is associated with a URL prefix (namespace), which is registered with the HTTP Server API. For more information about URL prefixes and registering namespaces, see the following:
Members
The ICompactServer interface inherits from the IUnknown interface. ICompactServer also has these types of members:
- Methods
Methods
The ICompactServer interface has these methods.
Method | Description |
---|---|
CreateUrlGroup | Creates a URL group. |
DeleteUrlGroup | Deletes a URL group. |
EnumerateUrlGroups | Retrieves an ICompactServerEnumUrlGroups interface pointer that is used to enumerate URL groups. |
GetSslCertificate | Gets the SSL certificate information. |
GetUrlGroup | Gets the pointer to the interface for a URL group. |
RemoveSslCertificate | Unbinds the SSL certificate for a port. |
SetSslCertificate | Binds the Secure Sockets Layer (SSL) certificate for a port. Any SSL connection coming to that port will use the bound certificate as the server certificate. |
Requirements
Minimum supported client |
None supported [desktop apps only] |
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
Redistributable |
Windows Management Framework on Windows Server 2008 with SP2 |
Header |
Managementserver.h |
IDL |
Managementserver.idl |
Library |
Managementserver.lib |
IID |
IID_ICompactServer is defined as b6bcd1bd-bb8a-44d2-86f7-adda8b7c767e |
Send comments about this topic to Microsoft
Build date: 11/12/2012