|
|
|
|
@ -1394,12 +1394,12 @@ namespace WebSocketSharp
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Determines whether the specified <see cref="string"/> is
|
|
|
|
|
/// <see langword="null"/> or an empty string.
|
|
|
|
|
/// Determines whether the specified string is <see langword="null"/> or
|
|
|
|
|
/// an empty string.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <returns>
|
|
|
|
|
/// <c>true</c> if <paramref name="value"/> is <see langword="null"/> or
|
|
|
|
|
/// an empty string; otherwise, <c>false</c>.
|
|
|
|
|
/// <c>true</c> if the string is <see langword="null"/> or an empty string;
|
|
|
|
|
/// otherwise, <c>false</c>.
|
|
|
|
|
/// </returns>
|
|
|
|
|
/// <param name="value">
|
|
|
|
|
/// A <see cref="string"/> to test.
|
|
|
|
|
|