MiracastReceiverStatus.IsConnectionTakeoverSupported Property

Definition

Specifies if it is possible to let a new Miracast connection take over an in-progress Miracast connection.

public:
 property bool IsConnectionTakeoverSupported { bool get(); };
bool IsConnectionTakeoverSupported();
public bool IsConnectionTakeoverSupported { get; }
var boolean = miracastReceiverStatus.isConnectionTakeoverSupported;
Public ReadOnly Property IsConnectionTakeoverSupported As Boolean

Property Value

Boolean

bool

True if it is possible to let a new Miracast connection take over an in-progress Miracast connection.

Remarks

The value of this property is hardware-dependent. If the property value is true, use to MiracastReceiverSession.AllowConnectionTakeover to control if connections for a given MiracastReceiverSession can be taken over.

Applies to

See also