Class TerminateResponse
Class for the terminate response message. See Section 2.1.6.5 of NENA-STA-024.1a-2023. The subscriber sends this response message to the notifier when it receives the TerminateRequest message.
Inheritance
System.Object
TerminateResponse
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: WebSocketSubNot
Assembly: EidoLib.dll
Syntax
public class TerminateResponse
Constructors
TerminateResponse()
Default constructor.
Declaration
public TerminateResponse()
Properties
terminateResponse
Body of the terminate response message. This property is initialized in the constructor.
Declaration
public TerminateResponseObject terminateResponse { get; set; }
Property Value
Type | Description |
---|---|
TerminateResponseObject |