12 lines
183 B
C#
12 lines
183 B
C#
namespace EmbedIO.Net.Internal
|
|
{
|
|
partial class HttpConnection
|
|
{
|
|
private enum LineState
|
|
{
|
|
None,
|
|
Cr,
|
|
Lf,
|
|
}
|
|
}
|
|
} |