DevicePortalConnections 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.
Utility class to store a list of device connection info and track current one in use or selected
public ref class DevicePortalConnections
[System.Serializable]
public class DevicePortalConnections
[<System.Serializable>]
type DevicePortalConnections = class
Public Class DevicePortalConnections
- Inheritance
-
DevicePortalConnections
- Attributes
Constructors
| DevicePortalConnections() |
Empty constructor |
| DevicePortalConnections(DeviceInfo) |
Initialize |
Fields
| Connections |
List of device endpoints being tracked including ip address, authorization info, etc. |
| CurrentConnectionIndex |
Current or last targeted connection index in connection list |