diff --git a/websocket-sharp/Ext.cs b/websocket-sharp/Ext.cs index 6754ad54..379ea10c 100644 --- a/websocket-sharp/Ext.cs +++ b/websocket-sharp/Ext.cs @@ -1443,18 +1443,18 @@ namespace WebSocketSharp } /// - /// Determines whether the specified is - /// an HTTP Upgrade request to switch to the specified . + /// Determines whether the specified HTTP request is an upgrade request to + /// switch to the specified protocol. /// /// - /// true if is an HTTP Upgrade request to switch to - /// ; otherwise, false. + /// true if is an upgrade request to + /// switch to ; otherwise, false. /// /// - /// A that represents the HTTP request. + /// A to test. /// /// - /// A that represents the protocol name. + /// A that represents the name of the protocol. /// /// /// @@ -1468,7 +1468,7 @@ namespace WebSocketSharp /// /// /// - /// is empty. + /// is an empty string. /// public static bool IsUpgradeTo ( this HttpListenerRequest request, string protocol