From b4d46dedeb533a05374f715a30171bc11b69bb21 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 26 Aug 2020 22:02:33 +0900 Subject: [PATCH] [Modify] Edit it --- .../Net/HttpListenerPrefixCollection.cs | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Net/HttpListenerPrefixCollection.cs b/websocket-sharp/Net/HttpListenerPrefixCollection.cs index 4b47ed3b..469654ca 100644 --- a/websocket-sharp/Net/HttpListenerPrefixCollection.cs +++ b/websocket-sharp/Net/HttpListenerPrefixCollection.cs @@ -203,13 +203,23 @@ namespace WebSocketSharp.Net /// Copies the contents of the collection to the specified array of string. /// /// - /// An array of that receives the URI prefix strings in - /// the collection. + /// An array of that specifies the destination of + /// the URI prefix strings copied from the collection. /// /// - /// An that represents the zero-based index in + /// An that specifies the zero-based index in /// the array at which copying begins. /// + /// + /// is . + /// + /// + /// is less than zero. + /// + /// + /// The space from to the end of + /// is not enough to copy to. + /// /// /// The instance associated with /// this collection is closed.