WiFiDirectServiceAdvertiser.DeferredSessionInfo 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 the service-specific information that is passed to a session requester when establishing a session will not be completed immediately, as when, for example, the service is waiting for user input to complete the request. A requester should implement a 120 second timeout when its request is deferred.
public:
property IBuffer ^ DeferredSessionInfo { IBuffer ^ get(); void set(IBuffer ^ value); };
IBuffer DeferredSessionInfo();
void DeferredSessionInfo(IBuffer value);
public IBuffer DeferredSessionInfo { get; set; }
var iBuffer = wiFiDirectServiceAdvertiser.deferredSessionInfo;
wiFiDirectServiceAdvertiser.deferredSessionInfo = iBuffer;
Public Property DeferredSessionInfo As IBuffer
Property Value
The information to be sent to the session requester. Format is service-specific, and total size cannot exceed 144 bytes.