[Modify] Edit it

This commit is contained in:
sta 2020-11-26 20:17:06 +09:00
parent 587bf34c18
commit aa6763b883

View File

@ -77,6 +77,9 @@ namespace WebSocketSharp.Net
/// <exception cref="ArgumentNullException">
/// <paramref name="targetHost"/> is <see langword="null"/>.
/// </exception>
/// <exception cref="ArgumentException">
/// <paramref name="targetHost"/> is an empty string.
/// </exception>
public ClientSslConfiguration (string targetHost)
{
if (targetHost == null)