IWdsTransportSession interface (wdstptmgmt.h)
Represents an active transport session on the WDS transport server.
Inheritance
The IWdsTransportSession interface inherits from the IDispatch interface. IWdsTransportSession also has these types of members:
Methods
The IWdsTransportSession interface has these methods.
IWdsTransportSession::get_Content Receives a pointer to an object of the IWdsTransportContent interface that represents an active transport session on the WDS transport server. |
IWdsTransportSession::get_Id Receives a unique session ID that identifies this session on the server. |
IWdsTransportSession::get_MasterClientId Receives a unique client ID assigned by the WDS server that identifies the master client for this session. |
IWdsTransportSession::get_NetworkInterfaceAddress Receives the MAC address of the server network interface used by this transport session. |
IWdsTransportSession::get_NetworkInterfaceName Receives the name of the server network interface used by this transport session. |
IWdsTransportSession::get_TransferRate Receives the data transfer rate for this session in bytes per second. |
IWdsTransportSession::RetrieveClients Retrieves a collection of WDS clients joined to the transport session. |
IWdsTransportSession::Terminate Terminates an active session on the WDS transport server and disconnects all WDS clients joined to the session. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | wdstptmgmt.h |