[Modify] Edit it
This commit is contained in:
parent
ff6d36eba7
commit
10fd7ef16d
@ -227,8 +227,8 @@ namespace WebSocketSharp.Server
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of the <see cref="WebSocketServer"/> class with
|
/// Initializes a new instance of the <see cref="WebSocketServer"/> class
|
||||||
/// the specified <paramref name="address"/> and <paramref name="port"/>.
|
/// with the specified <paramref name="address"/> and <paramref name="port"/>.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// <para>
|
/// <para>
|
||||||
@ -240,11 +240,12 @@ namespace WebSocketSharp.Server
|
|||||||
/// </para>
|
/// </para>
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
/// <param name="address">
|
/// <param name="address">
|
||||||
/// A <see cref="System.Net.IPAddress"/> that represents the local IP address
|
/// A <see cref="System.Net.IPAddress"/> that represents
|
||||||
/// for the server.
|
/// a local IP address of the server.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="port">
|
/// <param name="port">
|
||||||
/// An <see cref="int"/> that represents the port number on which to listen.
|
/// An <see cref="int"/> that represents the number of the port
|
||||||
|
/// on which to listen.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <exception cref="ArgumentNullException">
|
/// <exception cref="ArgumentNullException">
|
||||||
/// <paramref name="address"/> is <see langword="null"/>.
|
/// <paramref name="address"/> is <see langword="null"/>.
|
||||||
|
Loading…
Reference in New Issue
Block a user