[Modify] Edit it
This commit is contained in:
parent
fd655abee5
commit
8c0c52240e
@ -429,18 +429,22 @@ namespace WebSocketSharp
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets the name from the specified <see cref="string"/> that contains a pair of name and
|
||||
/// value separated by a separator character.
|
||||
/// Gets the name from the specified string that contains a pair of
|
||||
/// name and value separated by a character.
|
||||
/// </summary>
|
||||
/// <returns>
|
||||
/// A <see cref="string"/> that represents the name if any; otherwise, <c>null</c>.
|
||||
/// <para>
|
||||
/// A <see cref="string"/> that represents the name.
|
||||
/// </para>
|
||||
/// <para>
|
||||
/// <see langword="null"/> if the name is not present.
|
||||
/// </para>
|
||||
/// </returns>
|
||||
/// <param name="nameAndValue">
|
||||
/// A <see cref="string"/> that contains a pair of name and value separated by
|
||||
/// a separator character.
|
||||
/// A <see cref="string"/> that contains a pair of name and value.
|
||||
/// </param>
|
||||
/// <param name="separator">
|
||||
/// A <see cref="char"/> that represents the separator character.
|
||||
/// A <see cref="char"/> used to separate name and value.
|
||||
/// </param>
|
||||
internal static string GetName (this string nameAndValue, char separator)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user