Share via


WiFiDirectServiceAutoAcceptSessionConnectedEventArgs.SessionInfo Property

Definition

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.

Applies to