RemoteSystemConnectionRequest
RemoteSystemConnectionRequest
RemoteSystemConnectionRequest
RemoteSystemConnectionRequest
Class
Definition
Represents an intent to communicate with a specific remote system (device).
public : sealed class RemoteSystemConnectionRequest : IRemoteSystemConnectionRequestpublic sealed class RemoteSystemConnectionRequest : IRemoteSystemConnectionRequestPublic NotInheritable Class RemoteSystemConnectionRequest Implements IRemoteSystemConnectionRequest// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
| Capabilities |
remoteSystem
|
Remarks
An instance of this class is constructed from a given RemoteSystem object. All of the remote system features, such as remote launch or remote app service connection, require the use of this object to determine which system (device) to connect to.
Constructors
RemoteSystemConnectionRequest(RemoteSystem) RemoteSystemConnectionRequest(RemoteSystem) RemoteSystemConnectionRequest(RemoteSystem) RemoteSystemConnectionRequest(RemoteSystem)
Initializes an instance of the RemoteSystemConnectionRequest class.
public : RemoteSystemConnectionRequest(RemoteSystem remoteSystem)public RemoteSystemConnectionRequest(RemoteSystem remoteSystem)Public Sub New(remoteSystem As RemoteSystem)// You can use this method in JavaScript.
Parameters
- remoteSystem
- RemoteSystem RemoteSystem RemoteSystem RemoteSystem
The underlying remote system (device) for the resulting .
Additional features and requirements
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
| Capabilities |
remoteSystem
|
Properties
RemoteSystem RemoteSystem RemoteSystem RemoteSystem
Represents the remote system (device) that the app intends to communicate with.
public : RemoteSystem RemoteSystem { get; }public RemoteSystem RemoteSystem { get; }Public ReadOnly Property RemoteSystem As RemoteSystem// You can use this property in JavaScript.
The remote system to communicate with.
Additional features and requirements
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
| Capabilities |
remoteSystem
|