[Modify] Edit it
This commit is contained in:
parent
aac634848e
commit
9248e524cd
@ -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 ()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user