Class DirectUDPSocketOpenedEventArgs
DirectUDPSocketOpened
public sealed class DirectUDPSocketOpenedEventArgs : EventArgs
- Inheritance
-
DirectUDPSocketOpenedEventArgs
- Inherited Members
Properties
Identifier
Gets or sets the identifier
[JsonPropertyName("identifier")]
public string Identifier { get; set; }
Property Value
LocalAddr
Gets or sets the localAddr
[JsonPropertyName("localAddr")]
public string LocalAddr { get; set; }
Property Value
LocalPort
Gets or sets the localPort
[JsonPropertyName("localPort")]
public long LocalPort { get; set; }
Property Value
RemoteAddr
Gets or sets the remoteAddr
[JsonPropertyName("remoteAddr")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? RemoteAddr { get; set; }
Property Value
RemotePort
Gets or sets the remotePort
[JsonPropertyName("remotePort")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? RemotePort { get; set; }
Property Value
- long?
Timestamp
Gets or sets the timestamp
[JsonPropertyName("timestamp")]
public double Timestamp { get; set; }