Click or drag to resize

RoomJoinArgsport Property

Port of the room server the match room belongs to. Usually, you can get it from port in StrixNetwork.SearchRoom results.

Namespace:  SoftGear.Strix.Unity.Runtime
Assembly:  StrixUnityRuntime (in StrixUnityRuntime.dll) Version: 1.5.0
Syntax
C#
public int port { get; set; }

Property Value

Type: Int32
See Also