[Modify] Edit it

This commit is contained in:
sta 2020-11-25 19:41:43 +09:00
parent f0dd2a03e8
commit d9454a89d4

View File

@ -74,6 +74,9 @@ namespace WebSocketSharp.Net
/// <param name="targetHost"> /// <param name="targetHost">
/// A <see cref="string"/> that represents the target host server name. /// A <see cref="string"/> that represents the target host server name.
/// </param> /// </param>
/// <exception cref="ArgumentNullException">
/// <paramref name="targetHost"/> is <see langword="null"/>.
/// </exception>
public ClientSslConfiguration (string targetHost) public ClientSslConfiguration (string targetHost)
{ {
if (targetHost == null) if (targetHost == null)