Added some XML documentation comments

This commit is contained in:
sta
2013-03-11 16:28:34 +09:00
parent 189a1fca3e
commit eeafa4ff8c
51 changed files with 3975 additions and 772 deletions

View File

@@ -36,8 +36,8 @@ namespace WebSocketSharp.Server {
/// </summary>
/// <remarks>
/// An HTTP request event occurs when a <see cref="HttpServer"/> instance receives an HTTP request.
/// If you want to get the HTTP request objects, you should access the <see cref="ResponseEventArgs.Request"/> property.
/// If you want to get the HTTP response objects to send, you should access the <see cref="ResponseEventArgs.Response"/> property.
/// If you want to get the HTTP request objects, you should access the <see cref="Request"/> property.
/// If you want to get the HTTP response objects to send, you should access the <see cref="Response"/> property.
/// </remarks>
public class HttpRequestEventArgs : EventArgs
{