[Modify] Polish it

This commit is contained in:
sta 2020-02-22 21:38:56 +09:00
parent 3350fa13d7
commit aeb45d5eb6

View File

@ -536,7 +536,10 @@ namespace WebSocketSharp.Net
"WwwAuthenticate",
new HttpHeaderInfo (
"WWW-Authenticate",
HttpHeaderType.Response | HttpHeaderType.Restricted | HttpHeaderType.MultiValue)
HttpHeaderType.Response
| HttpHeaderType.Restricted
| HttpHeaderType.MultiValue
)
}
};
}