WiFiDirectServiceAutoAcceptSessionConnectedEventArgs.Session Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.