MiracastReceiverSession.MaxSimultaneousConnections 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.
Specifies the maximum number of simultaneous connections that the app is willing to handle on the MiracastReceiverSession.
public:
property int MaxSimultaneousConnections { int get(); void set(int value); };
int MaxSimultaneousConnections();
void MaxSimultaneousConnections(int value);
public int MaxSimultaneousConnections { get; set; }
var int32 = miracastReceiverSession.maxSimultaneousConnections;
miracastReceiverSession.maxSimultaneousConnections = int32;
Public Property MaxSimultaneousConnections As Integer
Property Value
int
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.