Files

8 lines
151 B
C#
Raw Permalink Normal View History

2026-04-10 22:04:51 +08:00
using System.Collections.Generic;
public sealed class BriskBinaryResponse
{
public byte[] Bytes;
public Dictionary<string, string> Headers;
}