[Modify] Rename it
This commit is contained in:
parent
64b6c3bcd3
commit
181a3fe5da
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user