Method GetRawAddressBytes
GetRawAddressBytes()
Get the raw representation of the endpoint's address. This is only useful for low-level code that must interface with native libraries, for example if writing a custom implementation of INetworkInterface.
Declaration
public NativeArray<byte> GetRawAddressBytes()
Returns
Type | Description |
---|---|
NativeArray<byte> | Temporary native array with raw representation of the endpoint. |