MiracastReceiverStatus.IsConnectionTakeoverSupported 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 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
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.