[Modify] Rename it

This commit is contained in:
sta 2020-07-19 21:38:45 +09:00
parent 181a3fe5da
commit 74a5b14907

View File

@ -41,10 +41,10 @@ namespace WebSocketSharp.Net
#region Internal Constructors
internal HttpHeaderInfo (string headerName, HttpHeaderType type)
internal HttpHeaderInfo (string headerName, HttpHeaderType headerType)
{
_name = headerName;
_type = type;
_type = headerType;
}
#endregion