[Modify] Edit it

This commit is contained in:
sta 2018-03-11 17:56:42 +09:00
parent 5feccdf54e
commit b38f25af23

View File

@ -508,7 +508,7 @@ namespace WebSocketSharp.Net
/// header. /// header.
/// </para> /// </para>
/// <para> /// <para>
/// <see langword="null"/> if the User-Agent header is not present. /// <see langword="null"/> if the header is not present.
/// </para> /// </para>
/// </value> /// </value>
public string UserAgent { public string UserAgent {
@ -541,7 +541,7 @@ namespace WebSocketSharp.Net
/// It includes the port number if provided. /// It includes the port number if provided.
/// </para> /// </para>
/// <para> /// <para>
/// <see langword="null"/> if the Host header is not present. /// <see langword="null"/> if the header is not present.
/// </para> /// </para>
/// </value> /// </value>
public string UserHostName { public string UserHostName {