diff --git a/websocket-sharp/Net/HttpListener.cs b/websocket-sharp/Net/HttpListener.cs
index 55c17b61..e7da1488 100644
--- a/websocket-sharp/Net/HttpListener.cs
+++ b/websocket-sharp/Net/HttpListener.cs
@@ -643,19 +643,26 @@ namespace WebSocketSharp.Net
/// Begins getting an incoming request asynchronously.
///
///
- /// This asynchronous operation must be completed by calling the EndGetContext method.
- /// Typically, the method is invoked by the delegate.
+ ///
+ /// This asynchronous operation must be completed by calling
+ /// the EndGetContext method.
+ ///
+ ///
+ /// Typically, the EndGetContext method is called by
+ /// .
+ ///
///
///
- /// An that represents the status of the asynchronous operation.
+ /// An that represents the status of
+ /// the asynchronous operation.
///
///
- /// An delegate that references the method to invoke when
- /// the asynchronous operation completes.
+ /// An delegate that references the method to
+ /// invoke when the asynchronous operation completes.
///
///
- /// An that represents a user defined object to pass to
- /// the delegate.
+ /// An that represents a user defined object to
+ /// pass to .
///
///
///
@@ -665,7 +672,7 @@ namespace WebSocketSharp.Net
/// -or-
///
///
- /// This listener hasn't been started, or is currently stopped.
+ /// This listener has not been started or is currently stopped.
///
///
///