RfcommConnectionTrigger.OutboundConnection Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit l’objet RfcommOutboundConnectionInformation qui décrit comment le système va créer des connexions sortantes pour le compte de l’application.
public:
property RfcommOutboundConnectionInformation ^ OutboundConnection { RfcommOutboundConnectionInformation ^ get(); };
RfcommOutboundConnectionInformation OutboundConnection();
public RfcommOutboundConnectionInformation OutboundConnection { get; }
var rfcommOutboundConnectionInformation = rfcommConnectionTrigger.outboundConnection;
Public ReadOnly Property OutboundConnection As RfcommOutboundConnectionInformation
Valeur de propriété
Objet RfcommOutboundConnectionInformation qui décrit comment le système va créer des connexions sortantes pour le compte de l’application. La valeur par défaut est null.
Remarques
Si cette propriété a la valeur Null, le système ne crée pas de connexions sortantes.
Au moins une des propriétés InboundConnection et OutboundConnection doit être non null.