[Modify] Edit it

This commit is contained in:
sta 2017-02-12 18:15:52 +09:00
parent 886b5ac12d
commit 407bdce870

View File

@ -1092,6 +1092,13 @@ namespace WebSocketSharp.Server
/// This method does nothing if the server has already started or
/// it is shutting down.
/// </remarks>
/// <exception cref="InvalidOperationException">
/// There is no configuration or server certificate used to provide
/// secure connections.
/// </exception>
/// <exception cref="SocketException">
/// The underlying <see cref="TcpListener"/> has failed to start.
/// </exception>
public void Start ()
{
var sslConfig = getSslConfiguration ();