WiFiDirectServiceAutoAcceptSessionConnectedEventArgs.SessionInfo 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 session information buffer that corresponds to this automatically accepted connection.
public:
property IBuffer ^ SessionInfo { IBuffer ^ get(); };
IBuffer SessionInfo();
public IBuffer SessionInfo { get; }
var iBuffer = wiFiDirectServiceAutoAcceptSessionConnectedEventArgs.sessionInfo;
Public ReadOnly Property SessionInfo As IBuffer
Property Value
Service-specific session information, up to 144 bytes. Can be NULL if the service provides no session information.