[Modify] Polish it
This commit is contained in:
parent
f7ce165e7b
commit
b9e0980a5e
@ -102,10 +102,10 @@ namespace WebSocketSharp.Server
|
|||||||
#region Public Properties
|
#region Public Properties
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the information in a connection request to the WebSocket service.
|
/// Gets the information in a handshake request to the WebSocket service.
|
||||||
/// </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 handshake request,
|
||||||
/// or <see langword="null"/> if the WebSocket connection isn't established.
|
/// or <see langword="null"/> if the WebSocket connection isn't established.
|
||||||
/// </value>
|
/// </value>
|
||||||
public WebSocketContext Context {
|
public WebSocketContext Context {
|
||||||
@ -190,11 +190,11 @@ namespace WebSocketSharp.Server
|
|||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets a value indicating whether the WebSocket service ignores
|
/// Gets or sets a value indicating whether the WebSocket service ignores
|
||||||
/// the Sec-WebSocket-Extensions header included in a connection request.
|
/// the Sec-WebSocket-Extensions header included in a handshake request.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// <c>true</c> if the WebSocket service ignores the extensions;
|
/// <c>true</c> if the WebSocket service ignores the extensions requested from
|
||||||
/// otherwise, <c>false</c>. The default value is <c>false</c>.
|
/// a client; otherwise, <c>false</c>. The default value is <c>false</c>.
|
||||||
/// </value>
|
/// </value>
|
||||||
public bool IgnoreExtensions {
|
public bool IgnoreExtensions {
|
||||||
get {
|
get {
|
||||||
|
Loading…
Reference in New Issue
Block a user