diff --git a/websocket-sharp/Net/WebHeaderCollection.cs b/websocket-sharp/Net/WebHeaderCollection.cs index 2bb22cc0..932b54ad 100644 --- a/websocket-sharp/Net/WebHeaderCollection.cs +++ b/websocket-sharp/Net/WebHeaderCollection.cs @@ -1343,7 +1343,7 @@ namespace WebSocketSharp.Net } /// - /// Determines whether the specified header can be set for the request. + /// Determines whether the specified HTTP header can be set for the request. /// /// /// true if the header is restricted; otherwise, false. @@ -1352,10 +1352,18 @@ namespace WebSocketSharp.Net /// A that represents the name of the header to test. /// /// - /// is or empty. + /// is . /// /// - /// contains invalid characters. + /// + /// is an empty string. + /// + /// + /// -or- + /// + /// + /// contains an invalid character. + /// /// public static bool IsRestricted (string headerName) {