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