|
|
|
|
@ -1964,8 +1964,8 @@ namespace WebSocketSharp
|
|
|
|
|
/// URL-encodes the specified <see cref="string"/>.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <returns>
|
|
|
|
|
/// A <see cref="string"/> that receives the encoded string,
|
|
|
|
|
/// or <paramref name="value"/> if it's <see langword="null"/> or empty.
|
|
|
|
|
/// A <see cref="string"/> that receives the encoded string or
|
|
|
|
|
/// <paramref name="value"/> if it is <see langword="null"/> or empty.
|
|
|
|
|
/// </returns>
|
|
|
|
|
/// <param name="value">
|
|
|
|
|
/// A <see cref="string"/> to encode.
|
|
|
|
|
|