[Modify] Edit it

master
sta 5 years ago
parent 587bf34c18
commit aa6763b883

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

Loading…
Cancel
Save