[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.
|
/// Gets the unique ID of a session.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// A <see cref="string"/> that represents the unique ID of the session,
|
/// <para>
|
||||||
/// or <see langword="null"/> if the WebSocket connection isn't established.
|
/// 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>
|
/// </value>
|
||||||
public string ID {
|
public string ID {
|
||||||
get {
|
get {
|
||||||
|
Loading…
Reference in New Issue
Block a user