[Modify] Edit it

master
sta 8 years ago
parent 89653c239b
commit 4aad50077f

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

Loading…
Cancel
Save