|
|
|
@ -1508,7 +1508,8 @@ namespace WebSocketSharp
|
|
|
|
/// Determines whether the specified <see cref="string"/> is a URI string.
|
|
|
|
/// Determines whether the specified <see cref="string"/> is a URI string.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <returns>
|
|
|
|
/// <returns>
|
|
|
|
/// <c>true</c> if <paramref name="value"/> may be a URI string; otherwise, <c>false</c>.
|
|
|
|
/// <c>true</c> if <paramref name="value"/> may be a URI string;
|
|
|
|
|
|
|
|
/// otherwise, <c>false</c>.
|
|
|
|
/// </returns>
|
|
|
|
/// </returns>
|
|
|
|
/// <param name="value">
|
|
|
|
/// <param name="value">
|
|
|
|
/// A <see cref="string"/> to test.
|
|
|
|
/// A <see cref="string"/> to test.
|
|
|
|
|