[Modify] Edit it

This commit is contained in:
sta 2020-11-27 19:20:47 +09:00
parent 0346b9a798
commit df697458f1

View File

@ -255,14 +255,8 @@ namespace WebSocketSharp.Net
/// Gets or sets the target host server name.
/// </summary>
/// <value>
/// <para>
/// A <see cref="string"/> or <see langword="null"/>
/// if not specified.
/// </para>
/// <para>
/// That string represents the name of the server that
/// will share a secure connection with a client.
/// </para>
/// A <see cref="string"/> that represents the name of the server that
/// will share a secure connection with a client.
/// </value>
/// <exception cref="ArgumentNullException">
/// The value specified for a set operation is <see langword="null"/>.