Class AcceptedEventArgs
Informs that port was successfully bound and got a specified connection id.
public sealed class AcceptedEventArgs : EventArgs
- Inheritance
-
AcceptedEventArgs
- Inherited Members
Properties
ConnectionId
Connection id to be used.
[JsonPropertyName("connectionId")]
public string ConnectionId { get; set; }
Property Value
Port
Port number that was successfully bound.
[JsonPropertyName("port")]
public long Port { get; set; }