|
|
|
@ -1092,6 +1092,13 @@ namespace WebSocketSharp.Server
|
|
|
|
/// This method does nothing if the server has already started or
|
|
|
|
/// This method does nothing if the server has already started or
|
|
|
|
/// it is shutting down.
|
|
|
|
/// it is shutting down.
|
|
|
|
/// </remarks>
|
|
|
|
/// </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 ()
|
|
|
|
public void Start ()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
var sslConfig = getSslConfiguration ();
|
|
|
|
var sslConfig = getSslConfiguration ();
|
|
|
|
|