MiracastReceiverDisconnectedEventArgs.Connection 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.
Returns the MiracastReceiverConnection object of the connection that has been disconnected.
public:
property MiracastReceiverConnection ^ Connection { MiracastReceiverConnection ^ get(); };
MiracastReceiverConnection Connection();
public MiracastReceiverConnection Connection { get; }
var miracastReceiverConnection = miracastReceiverDisconnectedEventArgs.connection;
Public ReadOnly Property Connection As MiracastReceiverConnection
Property Value
The MiracastReceiverConnection object of the connection that has been disconnected.
Remarks
Since a MiracastReceiverSession can operate on multiple connections, use the Connection property to determine which connection the event refers to.