[Modify] Edit it

master
sta 8 years ago
parent 8f5cd49c0d
commit 98d6af52b9

@ -39,10 +39,11 @@ namespace WebSocketSharp.Server
#region Properties #region Properties
/// <summary> /// <summary>
/// Gets the information in the connection request to the WebSocket service. /// Gets the information in the WebSocket handshake request.
/// </summary> /// </summary>
/// <value> /// <value>
/// A <see cref="WebSocketContext"/> that provides the access to the connection request. /// A <see cref="WebSocketContext"/> instance that provides the access to
/// the information in the handshake request.
/// </value> /// </value>
WebSocketContext Context { get; } WebSocketContext Context { get; }

Loading…
Cancel
Save