Class DirectTCPSocketCreatedEventArgs
DirectTCPSocketCreated
public sealed class DirectTCPSocketCreatedEventArgs : EventArgs
- Inheritance
-
DirectTCPSocketCreatedEventArgs
- 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 DirectTCPSocketOptions Options { get; set; }
Property Value
RemoteAddr
Gets or sets the remoteAddr
[JsonPropertyName("remoteAddr")]
public string RemoteAddr { get; set; }
Property Value
RemotePort
Gets or sets the remotePort
[JsonPropertyName("remotePort")]
public long RemotePort { get; set; }
Property Value
Timestamp
Gets or sets the timestamp
[JsonPropertyName("timestamp")]
public double Timestamp { get; set; }