[Modify] Edit it
This commit is contained in:
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…
Reference in New Issue
Block a user