[Modify] Edit it
This commit is contained in:
parent
498ef95756
commit
3047b5c7c1
@ -225,10 +225,15 @@ namespace WebSocketSharp.Net.WebSockets
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the value of the Origin header included in the request.
|
/// Gets the value of the Origin header included in the handshake request.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// A <see cref="string"/> that represents the value of the Origin header.
|
/// <para>
|
||||||
|
/// A <see cref="string"/> that represents the value of the Origin header.
|
||||||
|
/// </para>
|
||||||
|
/// <para>
|
||||||
|
/// <see langword="null"/> if the header is not present.
|
||||||
|
/// </para>
|
||||||
/// </value>
|
/// </value>
|
||||||
public override string Origin {
|
public override string Origin {
|
||||||
get {
|
get {
|
||||||
|
Loading…
Reference in New Issue
Block a user