[Modify] Edit it
This commit is contained in:
parent
e4d60a2c43
commit
e00bd50f15
@ -234,8 +234,14 @@ namespace WebSocketSharp.Net
|
|||||||
/// Gets or sets the target host server name.
|
/// Gets or sets the target host server name.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// A <see cref="string"/> that represents the name of the server that
|
/// <para>
|
||||||
/// will share a secure connection.
|
/// 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>
|
||||||
/// </value>
|
/// </value>
|
||||||
public string TargetHost {
|
public string TargetHost {
|
||||||
get {
|
get {
|
||||||
|
Loading…
Reference in New Issue
Block a user