[Modify] Edit it
This commit is contained in:
		@@ -1467,11 +1467,16 @@ namespace WebSocketSharp.Net
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /// <summary>
 | 
					    /// <summary>
 | 
				
			||||||
    /// Gets an array of header values stored in the specified <paramref name="header"/>.
 | 
					    /// Get the values of the header with the specified name in the collection.
 | 
				
			||||||
    /// </summary>
 | 
					    /// </summary>
 | 
				
			||||||
    /// <returns>
 | 
					    /// <returns>
 | 
				
			||||||
    /// An array of <see cref="string"/> that receives the header values if found;
 | 
					    ///   <para>
 | 
				
			||||||
    /// otherwise, <see langword="null"/>.
 | 
					    ///   An array of <see cref="string"/> that receives the values of
 | 
				
			||||||
 | 
					    ///   the header.
 | 
				
			||||||
 | 
					    ///   </para>
 | 
				
			||||||
 | 
					    ///   <para>
 | 
				
			||||||
 | 
					    ///   <see langword="null"/> if not present.
 | 
				
			||||||
 | 
					    ///   </para>
 | 
				
			||||||
    /// </returns>
 | 
					    /// </returns>
 | 
				
			||||||
    /// <param name="header">
 | 
					    /// <param name="header">
 | 
				
			||||||
    /// A <see cref="string"/> that represents the name of the header to find.
 | 
					    /// A <see cref="string"/> that represents the name of the header to find.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user