Class DirectUDPSocketCreatedEventArgs
DirectUDPSocketCreated
public sealed class DirectUDPSocketCreatedEventArgs : EventArgs
- Inheritance
-
DirectUDPSocketCreatedEventArgs
- Inherited Members
Properties
Identifier
Gets or sets the identifier
[JsonPropertyName("identifier")]
public string Identifier { get; set; }
Property Value
Initiator
Gets or sets the initiator
[JsonPropertyName("initiator")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Initiator? Initiator { get; set; }
Property Value
Options
Gets or sets the options
[JsonPropertyName("options")]
public DirectUDPSocketOptions Options { get; set; }
Property Value
Timestamp
Gets or sets the timestamp
[JsonPropertyName("timestamp")]
public double Timestamp { get; set; }