[Modify] Edit it
This commit is contained in:
@@ -264,6 +264,12 @@ namespace WebSocketSharp.Net
|
|||||||
/// will share a secure connection with a client.
|
/// will share a secure connection with a client.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// </value>
|
/// </value>
|
||||||
|
/// <exception cref="ArgumentNullException">
|
||||||
|
/// The value specified for a set operation is <see langword="null"/>.
|
||||||
|
/// </exception>
|
||||||
|
/// <exception cref="ArgumentException">
|
||||||
|
/// The value specified for a set operation is an empty string.
|
||||||
|
/// </exception>
|
||||||
public string TargetHost {
|
public string TargetHost {
|
||||||
get {
|
get {
|
||||||
return _targetHost;
|
return _targetHost;
|
||||||
|
Reference in New Issue
Block a user