Method FromByteArray
FromByteArray(byte[])
Convert a byte array to a connection data structure.
Declaration
public static RelayConnectionData FromByteArray(byte[] data)
Parameters
| Type | Name | Description |
|---|---|---|
| byte[] | data | Array to convert. |
Returns
| Type | Description |
|---|---|
| RelayConnectionData | New connection data. |