Files
Stationeers-RemoteControl/Vendor/EmbedIO-3.5.2/Net/Internal/HttpConnection.LineState.cs

12 lines
183 B
C#

namespace EmbedIO.Net.Internal
{
partial class HttpConnection
{
private enum LineState
{
None,
Cr,
Lf,
}
}
}