PeerJoinEventArgs
Namespace: Hex1b
Assembly: Hex1b.dll
Arguments for the callback.
csharp
public sealed class PeerJoinEventArgs : EventArgsInheritance
Object → EventArgs → PeerJoinEventArgs
Properties
DisplayName
Optional human-readable label of the joining peer.
Returns: String
csharp
public string? DisplayName { get; }PeerId
Peer ID of the joining peer.
Returns: String
csharp
public string PeerId { get; }