Share via


WiFiDirectService.SessionInfo Property

Definition

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.

Applies to