[Modify] Edit it

master
sta 5 years ago
parent d9454a89d4
commit 710465a9e9

@ -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"/>.

Loading…
Cancel
Save