[Modify] Edit it
This commit is contained in:
parent
16dfa9fcdb
commit
f97011e44d
@ -204,8 +204,13 @@ namespace WebSocketSharp.Server
|
|||||||
/// Gets the paths for the WebSocket services.
|
/// Gets the paths for the WebSocket services.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// An <c>IEnumerable<string></c> instance that provides an enumerator
|
/// <para>
|
||||||
/// which supports the iteration over the collection of the paths.
|
/// An <c>IEnumerable<string></c> instance.
|
||||||
|
/// </para>
|
||||||
|
/// <para>
|
||||||
|
/// It provides an enumerator which supports the iteration over
|
||||||
|
/// the collection of the paths.
|
||||||
|
/// </para>
|
||||||
/// </value>
|
/// </value>
|
||||||
public IEnumerable<string> Paths {
|
public IEnumerable<string> Paths {
|
||||||
get {
|
get {
|
||||||
|
Loading…
Reference in New Issue
Block a user