WiFiDirectServiceSessionRequest.SessionInfo Property

Definition

Gets the session information blob associated with this request.

public:
 property IBuffer ^ SessionInfo { IBuffer ^ get(); };
IBuffer SessionInfo();
public IBuffer SessionInfo { get; }
var iBuffer = wiFiDirectServiceSessionRequest.sessionInfo;
Public ReadOnly Property SessionInfo As IBuffer

Property Value

A byte sequence, up to 144 bytes. The format is defined by the service.

Applies to