RealTimeConnection.IsIncomingConnection 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 the value indicating if the connection is incoming or outgoing.
public:
property bool IsIncomingConnection { bool get(); };
public bool IsIncomingConnection { get; }
member this.IsIncomingConnection : bool
Public ReadOnly Property IsIncomingConnection As Boolean