Browse Source

[Modify] Edit it

pull/298/merge
sta 4 months ago
parent
commit
8ee8c19138
  1. 2
      websocket-sharp/Server/WebSocketBehavior.cs

2
websocket-sharp/Server/WebSocketBehavior.cs

@ -84,7 +84,7 @@ namespace WebSocketSharp.Server
/// included in the WebSocket handshake request. /// included in the WebSocket handshake request.
/// </value> /// </value>
/// <exception cref="InvalidOperationException"> /// <exception cref="InvalidOperationException">
/// The session has not started yet.
/// The get operation is not available when the session has not started yet.
/// </exception> /// </exception>
protected NameValueCollection Headers { protected NameValueCollection Headers {
get { get {

Loading…
Cancel
Save