[Modify] Edit it
This commit is contained in:
parent
110d1cc112
commit
035ac48557
@ -180,8 +180,12 @@ namespace WebSocketSharp.Server
|
||||
/// Gets the unique ID of a session.
|
||||
/// </summary>
|
||||
/// <value>
|
||||
/// A <see cref="string"/> that represents the unique ID of the session,
|
||||
/// or <see langword="null"/> if the WebSocket connection isn't established.
|
||||
/// <para>
|
||||
/// A <see cref="string"/> that represents the unique ID of the session.
|
||||
/// </para>
|
||||
/// <para>
|
||||
/// <see langword="null"/> if the session has not started yet.
|
||||
/// </para>
|
||||
/// </value>
|
||||
public string ID {
|
||||
get {
|
||||
|
Loading…
Reference in New Issue
Block a user