Channels Property

A collection of currently open channels.

Syntax

public TURNChannelMap Channels { get; }
Public ReadOnly Property Channels As TURNChannelMap

Remarks

This property is a collection of TURNChannel objects representing the TURN channels that are currently open.

Items are added to this collection as new channels are created using the CreateChannel method. When a channel expires, the corresponding item is automatically removed from this collection.

This property is read-only and not available at design time.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks P2P 2020 .NET Edition - Version 20.0 [Build 8235]