From 5d47cdc2c5d62183529e2c37f63f227165314d54 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 26 Apr 2017 14:40:55 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/NetworkCredential.cs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/websocket-sharp/Net/NetworkCredential.cs b/websocket-sharp/Net/NetworkCredential.cs index f6df8f72..7c34be7a 100644 --- a/websocket-sharp/Net/NetworkCredential.cs +++ b/websocket-sharp/Net/NetworkCredential.cs @@ -48,14 +48,15 @@ namespace WebSocketSharp.Net /// /// Initializes a new instance of the class with - /// the specified user name and password. + /// the specified and . /// /// - /// A that represents the user name associated with the credentials. + /// A that represents the username associated with + /// the credentials. /// /// - /// A that represents the password for the user name associated with - /// the credentials. + /// A that represents the password for the username + /// associated with the credentials. /// /// /// is .