[Modify] Edit it

This commit is contained in:
sta 2018-01-29 16:46:51 +09:00
parent 89653c239b
commit 4aad50077f

View File

@ -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.