Writes the frame header for a payload. Destination writer.
(ByteWriter writer)
| 241 | /// </summary> |
| 242 | /// <param name="writer">Destination writer.</param> |
| 243 | [MethodImpl(MethodImplOptions.AggressiveInlining)] |
| 244 | internal void WriteHead(ByteWriter writer) |
| 245 | { |
| 246 | writer.WriteUInt8(ForyHeaderFlag.IsXlang); |
| 247 | } |
| 248 | |
| 249 | /// <summary> |
| 250 | /// Reads and validates the frame header. |