MiracastReceiverSession.MaxSimultaneousConnections Property

Definition

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

Int32

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.

Applies to

See also