[Modify] Edit it
This commit is contained in:
parent
0bf6506297
commit
e1ffa6f325
@ -1088,6 +1088,10 @@ namespace WebSocketSharp.Server
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Starts receiving the WebSocket handshake requests.
|
/// Starts receiving the WebSocket handshake requests.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
/// <remarks>
|
||||||
|
/// This method does nothing if the server has already started or
|
||||||
|
/// it is shutting down.
|
||||||
|
/// </remarks>
|
||||||
public void Start ()
|
public void Start ()
|
||||||
{
|
{
|
||||||
var sslConfig = getSslConfiguration ();
|
var sslConfig = getSslConfiguration ();
|
||||||
|
Loading…
Reference in New Issue
Block a user