[Modify] Rename it

This commit is contained in:
sta 2020-07-19 21:36:57 +09:00
parent 64b6c3bcd3
commit 181a3fe5da

View File

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