Class reason
Data class for the reason element of a communication session (session object). Specifies the reason that the the communication session was terminated.
Inherited Members
Namespace: SipRecMetaData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class reason
Constructors
| Edit this page View Sourcereason()
Constructs a new reason object.
Declaration
public reason()
Fields
| Edit this page View Sourcecause
Note: Value not specified in RFC 7865.
Declaration
public short cause
Field Value
Type | Description |
---|---|
short |
Properties
| Edit this page View SourceValue
Text description of the reason.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string |
protocol
Always set to SIP.
Declaration
public string protocol { get; set; }
Property Value
Type | Description |
---|---|
string |