diff --git a/websocket-sharp/Net/HttpListenerPrefixCollection.cs b/websocket-sharp/Net/HttpListenerPrefixCollection.cs index 4c3e038d..cc70d2ff 100644 --- a/websocket-sharp/Net/HttpListenerPrefixCollection.cs +++ b/websocket-sharp/Net/HttpListenerPrefixCollection.cs @@ -116,11 +116,16 @@ namespace WebSocketSharp.Net #region Public Methods /// - /// Adds the specified to the collection. + /// Adds the specified URI prefix to the collection. /// /// - /// A that represents the URI prefix to add. The prefix must be - /// a well-formed URI prefix with http or https scheme, and must end with a '/'. + /// + /// A that specifies the URI prefix to add. + /// + /// + /// It must be a well-formed URI prefix with http or https scheme, + /// and must end with a '/'. + /// /// /// /// is . @@ -129,7 +134,8 @@ namespace WebSocketSharp.Net /// is invalid. /// /// - /// The associated with this collection is closed. + /// The instance associated with this collection + /// is closed. /// public void Add (string uriPrefix) {