diff --git a/websocket-sharp/Net/HttpListenerResponse.cs b/websocket-sharp/Net/HttpListenerResponse.cs index 4347e13e..610199b4 100644 --- a/websocket-sharp/Net/HttpListenerResponse.cs +++ b/websocket-sharp/Net/HttpListenerResponse.cs @@ -314,12 +314,13 @@ namespace WebSocketSharp.Net } /// - /// Gets or sets the media type of the entity body included in the response. + /// Gets or sets the media type of the entity body included in + /// the response. /// /// /// - /// A that represents the media type of the entity - /// body. + /// A that represents the media type of + /// the entity body. /// /// /// It is used for the value of the Content-Type header. @@ -339,7 +340,8 @@ namespace WebSocketSharp.Net /// -or- /// /// - /// The value specified for a set operation contains an invalid character. + /// The value specified for a set operation contains + /// an invalid character. /// /// ///