From d53dd63d6f6860d3a625488ed126ff17e4aa0de1 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 11 May 2021 19:41:49 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerContext.cs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Net/HttpListenerContext.cs b/websocket-sharp/Net/HttpListenerContext.cs index a3e70066..7dae410f 100644 --- a/websocket-sharp/Net/HttpListenerContext.cs +++ b/websocket-sharp/Net/HttpListenerContext.cs @@ -153,12 +153,13 @@ namespace WebSocketSharp.Net } /// - /// Gets the client information (identity, authentication, and security roles). + /// Gets the client information (identity, authentication, and security + /// roles). /// /// /// - /// A instance or if not - /// authenticated. + /// A instance or + /// if not authenticated. /// /// /// The instance describes the client.