IWdsTransportServer interface (wdstptmgmt.h)
Represents a WDS transport server. A WDS client can use an object of this interface to manage setup, configuration, and namespace tasks on the server.
Inheritance
The IWdsTransportServer interface inherits from the IDispatch interface. IWdsTransportServer also has these types of members:
Methods
The IWdsTransportServer interface has these methods.
IWdsTransportServer::DisconnectClient Disconnects a WDS client from a transport session and specifies what action the WDS client should take upon disconnection. |
IWdsTransportServer::get_ConfigurationManager Returns a pointer to the object of an IWdsTransportConfigurationManager interface used to manage the configuration of this server. |
IWdsTransportServer::get_Name Returns the name of the server represented by this object. |
IWdsTransportServer::get_NamespaceManager Returns a pointer to the object of an IWdsTransportNamespaceManager interface used to manage namespaces on this server. |
IWdsTransportServer::get_SetupManager Returns a pointer to the object of an IWdsTransportSetupManager interface used to manage the setup functionality on this server. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | wdstptmgmt.h |