ControlChannelTrigger.TransportObject Property

Definition

Gets the transport object that the system is using for the transport connection associated with the ControlChannelTrigger object.

Note

The ControlChannelTrigger class is not supported on Windows Phone.

public:
 property Platform::Object ^ TransportObject { Platform::Object ^ get(); };
IInspectable TransportObject();
public object TransportObject { get; }
var object = controlChannelTrigger.transportObject;
Public ReadOnly Property TransportObject As Object

Property Value

Object

Platform::Object

IInspectable

The transport object that the system is using for the transport connection

Applies to