|
|
|
@ -1057,10 +1057,14 @@ namespace WebSocketSharp.Server
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Starts receiving the HTTP requests.
|
|
|
|
/// Starts receiving incoming requests.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
/// <remarks>
|
|
|
|
|
|
|
|
/// This method does nothing if the server has already
|
|
|
|
|
|
|
|
/// started or it is shutting down.
|
|
|
|
|
|
|
|
/// </remarks>
|
|
|
|
/// <exception cref="InvalidOperationException">
|
|
|
|
/// <exception cref="InvalidOperationException">
|
|
|
|
/// There is no certificate.
|
|
|
|
/// There is no certificate used to authenticate the server.
|
|
|
|
/// </exception>
|
|
|
|
/// </exception>
|
|
|
|
public void Start ()
|
|
|
|
public void Start ()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|