[Modify] Edit it

This commit is contained in:
sta 2018-06-18 20:12:08 +09:00
parent d7bb1bd226
commit d18bebdb72

View File

@ -106,8 +106,13 @@ namespace WebSocketSharp.Server
/// Gets the information in a handshake request to the WebSocket service. /// Gets the information in a handshake request to the WebSocket service.
/// </summary> /// </summary>
/// <value> /// <value>
/// A <see cref="WebSocketContext"/> instance that provides the access to the handshake request, /// <para>
/// or <see langword="null"/> if the WebSocket connection isn't established. /// A <see cref="WebSocketContext"/> instance that provides the access to
/// the information in the handshake request.
/// </para>
/// <para>
/// <see langword="null"/> if the session has not started yet.
/// </para>
/// </value> /// </value>
public WebSocketContext Context { public WebSocketContext Context {
get { get {