Share via


WiFiDirectServiceAutoAcceptSessionConnectedEventArgs.Session Property

Definition

Gets the WiFiDirectServiceSession that was created when the connection was automatically accepted.

public:
 property WiFiDirectServiceSession ^ Session { WiFiDirectServiceSession ^ get(); };
WiFiDirectServiceSession Session();
public WiFiDirectServiceSession Session { get; }
var wiFiDirectServiceSession = wiFiDirectServiceAutoAcceptSessionConnectedEventArgs.session;
Public ReadOnly Property Session As WiFiDirectServiceSession

Property Value

The session object corresponding to this automatically accepted connection.

Applies to