Class JoinAllocationAllOf
JoinAllocationAllOf model
Inherited Members
Namespace: Unity.Services.Relay.Models
Assembly: Unity.Services.Multiplayer.dll
Syntax
[Preserve]
[DataContract(Name = "JoinAllocation_allOf")]
public class JoinAllocationAllOf
Constructors
JoinAllocationAllOf(byte[])
Creates an instance of JoinAllocationAllOf.
Declaration
[Preserve]
public JoinAllocationAllOf(byte[] hostConnectionData)
Parameters
Type | Name | Description |
---|---|---|
byte[] | hostConnectionData | A base64-encoded representation of an encrypted connection data blob describing the allocation and Relay server of the player who created the join code. Connecting players can use this data to establish communication with the host player. |
Properties
HostConnectionData
A base64-encoded representation of an encrypted connection data blob describing the allocation and Relay server of the player who created the join code. Connecting players can use this data to establish communication with the host player.
Declaration
[Preserve]
[DataMember(Name = "hostConnectionData", IsRequired = true, EmitDefaultValue = true)]
public byte[] HostConnectionData { get; }
Property Value
Type | Description |
---|---|
byte[] |