From 897a99e86d2e4c784cb2f9f58a8751d3c7eb47a1 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 8 Jan 2020 21:43:58 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerResponse.cs | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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. /// /// ///