Partager via


WiFiDirectServiceSession.AddStreamSocketListenerAsync Méthode

Définition

Ajoute un StreamSocketListener à la session. Votre code crée le StreamSocketListener avant d’appeler cette méthode. L’association d’un socket à la session entraîne l’envoi d’informations de port aux appareils distants de la session. (En termes de cette API, un événement RemotePortAdded est déclenché sur chaque appareil distant de la session, en spécifiant le protocole TCP.) Un appareil distant peut utiliser ces informations pour ouvrir un socket et se reconnecter à l’ordinateur local.

public:
 virtual IAsyncAction ^ AddStreamSocketListenerAsync(StreamSocketListener ^ value) = AddStreamSocketListenerAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction AddStreamSocketListenerAsync(StreamSocketListener const& value);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction AddStreamSocketListenerAsync(StreamSocketListener value);
function addStreamSocketListenerAsync(value)
Public Function AddStreamSocketListenerAsync (value As StreamSocketListener) As IAsyncAction

Paramètres

value
StreamSocketListener

Le StreamSocketListener instance à associer à la session.

Retours

Action d’association asynchrone. Retourne une fois l’association terminée.

Attributs

S’applique à