diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs index 4ea2eda2..a74ef1cc 100644 --- a/websocket-sharp/Net/HttpListenerRequest.cs +++ b/websocket-sharp/Net/HttpListenerRequest.cs @@ -191,8 +191,13 @@ namespace WebSocketSharp.Net /// Gets the media type of the entity body data included in the request. /// /// - /// A that represents the value of the Content-Type - /// header. + /// + /// A that represents the value of the Content-Type + /// header. + /// + /// + /// if the Content-Type header is not present. + /// /// public string ContentType { get {