Struct RelayConnectionData
Encrypted data that the Relay server uses to describe a connection.
Inherited Members
Namespace: Unity.Networking.Transport.Relay
Assembly: solution.dll
Syntax
public struct RelayConnectionDataFields
| Name | Description | 
|---|---|
| Value | Raw value of the connection data. | 
| k_Length | Length of the connection data. | 
Methods
| Name | Description | 
|---|---|
| FromByteArray(byte[]) | Convert a byte array to a connection data structure. | 
| FromBytePointer(byte*, int) | Convert a raw buffer to a connection data structure. |