[Modify] Edit it

This commit is contained in:
sta 2021-07-28 19:54:05 +09:00
parent e2ef1feaa5
commit 3f85ebbd7a

View File

@ -48,8 +48,8 @@ namespace WebSocketSharp.Server
/// like to get the request data sent from a client. /// like to get the request data sent from a client.
/// </para> /// </para>
/// <para> /// <para>
/// And you should access the <see cref="Response"/> property if you would /// And you should access the <see cref="Response"/> property if you
/// like to get the response data to return to the client. /// would like to get the response data to return to the client.
/// </para> /// </para>
/// </remarks> /// </remarks>
public class HttpRequestEventArgs : EventArgs public class HttpRequestEventArgs : EventArgs