diff --git a/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs b/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs index 2a06ea9f..72dde29f 100644 --- a/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs +++ b/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs @@ -225,10 +225,15 @@ namespace WebSocketSharp.Net.WebSockets } /// - /// Gets the value of the Origin header included in the request. + /// Gets the value of the Origin header included in the handshake request. /// /// - /// A that represents the value of the Origin header. + /// + /// A that represents the value of the Origin header. + /// + /// + /// if the header is not present. + /// /// public override string Origin { get {