Skip to content

PeerJoinEventArgs

Namespace: Hex1b

Assembly: Hex1b.dll

Arguments for the callback.

csharp
public sealed class PeerJoinEventArgs : EventArgs

Inheritance

ObjectEventArgsPeerJoinEventArgs

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; }

Released under the MIT License.