Share via


WiFiDirectServiceSessionDeferredEventArgs.DeferredSessionInfo Property

Definition

Gets the service-defined session information returned by the service when it sends a deferral in response to a connection request. Note that a deferral does not indicate that the connection is refused. Rather, it indicates that the server is performing a time-consuming operation such as requesting user input. A seeker should implement a 120-second timeout after getting a deferral before giving up on the request.

public:
 property IBuffer ^ DeferredSessionInfo { IBuffer ^ get(); };
IBuffer DeferredSessionInfo();
public IBuffer DeferredSessionInfo { get; }
var iBuffer = wiFiDirectServiceSessionDeferredEventArgs.deferredSessionInfo;
Public ReadOnly Property DeferredSessionInfo As IBuffer

Property Value

A byte sequence of deferred session information, up to 144 bytes. Format is defined by the service.

Applies to