C# Класс TSystems.RELOAD.Usage.DisCoRegistrationData

o If the DisCoRegistration is set to "sip_focus_uri", then it contains an Address-of-Record (AoR) as an opaque string and opaque "coordinates" string, that describes the relative network position. o If registration type is set to "sip_focus_node" then it contains the Destination list for the peer and an opaque string "coordinates" describing the focus' relative network position.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
coordinate string
node_id TSystems.RELOAD.Utils.NodeId

Открытые методы

Метод Описание
DisCoRegistrationData ( string coordinate, NodeId nodeId ) : System

Описание методов

DisCoRegistrationData() публичный Метод

public DisCoRegistrationData ( string coordinate, NodeId nodeId ) : System
coordinate string
nodeId TSystems.RELOAD.Utils.NodeId
Результат System

Описание свойств

coordinate публичное свойство

public string coordinate
Результат string

node_id публичное свойство

public NodeId,TSystems.RELOAD.Utils node_id
Результат TSystems.RELOAD.Utils.NodeId