Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.22 KB

miracastreceiversession_maxsimultaneousconnections.md

File metadata and controls

32 lines (19 loc) · 1.22 KB
-api-id -api-type ms.custom
P:Windows.Media.Miracast.MiracastReceiverSession.MaxSimultaneousConnections
winrt property
19H1

Windows.Media.Miracast.MiracastReceiverSession.MaxSimultaneousConnections

-description

Specifies the maximum number of simultaneous connections that the app is willing to handle on the MiracastReceiverSession.

-property-value

The maximum number of simultaneous connections that the app is willing to handle on the MiracastReceiverSession.

-remarks

The app must set this property before invoking the MiracastReceiverSession.Start or MiracastReceiverSession.StartAsync method in order for the setting to take effect.

Not all Wi-Fi hardware supports multiple simultaneous connections. Use MiracastReceiverStatus.MaxSimultaneousConnections to determine the maximum number of simultaneous connections supported by Wi-Fi.

-see-also

MiracastReceiverSession

-examples