WiFiDirectService.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 or sets app-specific session information passed to the server when initiating a session.
public:
property IBuffer ^ SessionInfo { IBuffer ^ get(); void set(IBuffer ^ value); };
IBuffer SessionInfo();
void SessionInfo(IBuffer value);
public IBuffer SessionInfo { get; set; }
var iBuffer = wiFiDirectService.sessionInfo;
wiFiDirectService.sessionInfo = iBuffer;
Public Property SessionInfo As IBuffer
Property Value
Session information. Format is determined by the individual service. Set this property before calling ConnectAsync.