Class BasePresence
Represents an arbitrary Presence response.
public class BasePresence
- Inheritance
-
BasePresence
- Inherited Members
- Extension Methods
Properties
PhoenixPrevRef
The previous ref for this presence event (can be used to establish sequence)
[JsonProperty("phx_ref_prev")]
public string? PhoenixPrevRef { get; set; }
Property Value
PhoenixRef
The ref for this event. (can be used to establish sequence)
[JsonProperty("phx_ref")]
public string? PhoenixRef { get; set; }
Property Value
Methods
ShouldSerializePhoenixPrevRef()
Disables serialization of phoenix_prev_ref
public bool ShouldSerializePhoenixPrevRef()
Returns
ShouldSerializePhoenixRef()
Disables serialization of phoenix_ref
public bool ShouldSerializePhoenixRef()