Class SipRecMetadataLogEvent
Data class for the SipRecMetadataLogEvent. See Sections 4.12.3.7 and E.8.1 of NENA-STA-010.3. Logged by a SIPREC Recording Server (SRS) when it receives the SIPREC metadata (RFC 7865).
Inherited Members
Namespace: I3V3.LogEvents
Assembly: Ng911Lib.dll
Syntax
public class SipRecMetadataLogEvent : LogEvent
Constructors
| Edit this page View SourceSipRecMetadataLogEvent()
Default constructor
Declaration
public SipRecMetadataLogEvent()
Properties
| Edit this page View Sourcetext
Contains the SIPREC metadata XML document (see RFC 7865). Required.
Declaration
public string text { get; set; }
Property Value
Type | Description |
---|---|
string |