SignalingSession.IsIncoming 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.
Gets whether the session was initially received in the RealTimeEndpoint SessionReceived event.
public:
property bool IsIncoming { bool get(); };
public bool IsIncoming { get; }
member this.IsIncoming : bool
Public ReadOnly Property IsIncoming As Boolean