[Modify] Edit it
This commit is contained in:
		@@ -1879,11 +1879,15 @@ namespace WebSocketSharp
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /// <summary>
 | 
					    /// <summary>
 | 
				
			||||||
    /// Converts the specified <see cref="string"/> to a <see cref="Uri"/>.
 | 
					    /// Converts the specified string to a <see cref="Uri"/>.
 | 
				
			||||||
    /// </summary>
 | 
					    /// </summary>
 | 
				
			||||||
    /// <returns>
 | 
					    /// <returns>
 | 
				
			||||||
    /// A <see cref="Uri"/> converted from <paramref name="value"/> or
 | 
					    ///   <para>
 | 
				
			||||||
    /// <see langword="null"/> if the convert has failed.
 | 
					    ///   A <see cref="Uri"/> converted from <paramref name="value"/>.
 | 
				
			||||||
 | 
					    ///   </para>
 | 
				
			||||||
 | 
					    ///   <para>
 | 
				
			||||||
 | 
					    ///   <see langword="null"/> if the conversion has failed.
 | 
				
			||||||
 | 
					    ///   </para>
 | 
				
			||||||
    /// </returns>
 | 
					    /// </returns>
 | 
				
			||||||
    /// <param name="value">
 | 
					    /// <param name="value">
 | 
				
			||||||
    /// A <see cref="string"/> to convert.
 | 
					    /// A <see cref="string"/> to convert.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user