RfcommConnectionTrigger.OutboundConnection Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta l'oggetto RfcommOutboundConnectionInformation che descrive come il sistema creerà connessioni in uscita per conto dell'app.
public:
property RfcommOutboundConnectionInformation ^ OutboundConnection { RfcommOutboundConnectionInformation ^ get(); };
RfcommOutboundConnectionInformation OutboundConnection();
public RfcommOutboundConnectionInformation OutboundConnection { get; }
var rfcommOutboundConnectionInformation = rfcommConnectionTrigger.outboundConnection;
Public ReadOnly Property OutboundConnection As RfcommOutboundConnectionInformation
Valore della proprietà
Oggetto RfcommOutboundConnectionInformation che descrive come il sistema creerà connessioni in uscita per conto dell'app. Il valore predefinito è Null.
Commenti
Se questa proprietà è Null, il sistema non creerà connessioni in uscita.
Almeno una delle proprietà InboundConnection e OutboundConnection deve essere non Null.