C# Class 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.
Afficher le fichier Open project: RELOAD-NET/RELOAD.NET Class Usage Examples

Méthodes publiques

Свойство Type Description
coordinate string
node_id TSystems.RELOAD.Utils.NodeId

Méthodes publiques

Méthode Description
DisCoRegistrationData ( string coordinate, NodeId nodeId ) : System

Method Details

DisCoRegistrationData() public méthode

public DisCoRegistrationData ( string coordinate, NodeId nodeId ) : System
coordinate string
nodeId TSystems.RELOAD.Utils.NodeId
Résultat System

Property Details

coordinate public_oe property

public string coordinate
Résultat string

node_id public_oe property

public NodeId,TSystems.RELOAD.Utils node_id
Résultat TSystems.RELOAD.Utils.NodeId