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