[Modify] Edit it

This commit is contained in:
sta 2020-11-25 19:48:22 +09:00
parent d9454a89d4
commit 710465a9e9

View File

@ -68,11 +68,11 @@ namespace WebSocketSharp.Net
} }
/// <summary> /// <summary>
/// Initializes a new instance of the <see cref="ClientSslConfiguration"/> class /// Initializes a new instance of the <see cref="ClientSslConfiguration"/>
/// with the specified <paramref name="targetHost"/>. /// class with the specified target host server name.
/// </summary> /// </summary>
/// <param name="targetHost"> /// <param name="targetHost">
/// A <see cref="string"/> that represents the target host server name. /// A <see cref="string"/> that specifies the target host server name.
/// </param> /// </param>
/// <exception cref="ArgumentNullException"> /// <exception cref="ArgumentNullException">
/// <paramref name="targetHost"/> is <see langword="null"/>. /// <paramref name="targetHost"/> is <see langword="null"/>.