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