[Modify] Edit it

master
sta 8 years ago
parent 38c95c6026
commit 78f801d227

@ -182,7 +182,12 @@ namespace WebSocketSharp.Net.WebSockets
/// Gets the value of the Origin header included in the handshake request.
/// </summary>
/// <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>
public override string Origin {
get {

Loading…
Cancel
Save