Class UnsubscribeResponse
Class for the unsubscribe response message. See Section 2.1.5.2.2 of NENA-STA-024.1a-2023.
Inheritance
System.Object
UnsubscribeResponse
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 UnsubscribeResponse
Constructors
UnsubscribeResponse()
Default constructor.
Declaration
public UnsubscribeResponse()
Properties
unsubscribeResponse
Body of the unsubscribe response. This property is initialized in the constructor.
Declaration
public UnsubscribeResponseObject unsubscribeResponse { get; set; }
Property Value
Type | Description |
---|---|
UnsubscribeResponseObject |