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