RemoteSystemConnectionInfo Classe

Définition

Fournit des informations sur une connexion à un système distant. Par exemple, le type de connexion.

public ref class RemoteSystemConnectionInfo sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 458752)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class RemoteSystemConnectionInfo final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 458752)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class RemoteSystemConnectionInfo
Public NotInheritable Class RemoteSystemConnectionInfo
Héritage
Object Platform::Object IInspectable RemoteSystemConnectionInfo
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10, version 1809 (introduit dans 10.0.17763.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v7.0)

Propriétés

IsProximal

Obtient si la connexion système distante associée est une connexion proximale ou non.

Méthodes

TryCreateFromAppServiceConnection(AppServiceConnection)

Crée un instance de cette classe correspondant à la connexion App Service donnée.

S’applique à