Permissions Property

A collection of active permissions.

Syntax

public TURNPermissionList Permissions { get; }
Public ReadOnly Property Permissions As TURNPermissionList

Remarks

This property is a collection of TURNPermission objects representing the TURN permissions that are currently active.

Items are added to this collection automatically as new permissions are created, either explicitly using the CreatePermission method, or implicitly using the CreateChannel method. When a permission 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]