[Modify] Edit it

This commit is contained in:
sta 2018-01-23 17:07:15 +09:00
parent c610068703
commit ee5acfa7dc

View File

@ -472,10 +472,16 @@ namespace WebSocketSharp.Net
} }
/// <summary> /// <summary>
/// Gets the information about the user agent originating the request. /// Gets the user agent from which the request is originated.
/// </summary> /// </summary>
/// <value> /// <value>
/// A <see cref="string"/> that represents the value of the User-Agent request-header. /// <para>
/// A <see cref="string"/> that represents the value of the User-Agent
/// header.
/// </para>
/// <para>
/// <see langword="null"/> if the User-Agent header is not present.
/// </para>
/// </value> /// </value>
public string UserAgent { public string UserAgent {
get { get {