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.
파일 보기 프로젝트 열기: RELOAD-NET/RELOAD.NET 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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