From b24170c1440e735ef27f11e2c63a2971c63cc44f Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 27 Apr 2017 15:39:34 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/NetworkCredential.cs | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/websocket-sharp/Net/NetworkCredential.cs b/websocket-sharp/Net/NetworkCredential.cs index 7c34be7a..a62e5f76 100644 --- a/websocket-sharp/Net/NetworkCredential.cs +++ b/websocket-sharp/Net/NetworkCredential.cs @@ -71,22 +71,24 @@ namespace WebSocketSharp.Net /// /// Initializes a new instance of the class with - /// the specified user name, password, domain, and roles. + /// the specified , , + /// and . /// /// - /// A that represents the user name associated with the credentials. - /// - /// - /// A that represents the password for the user name associated with + /// A that represents the username associated with /// the credentials. /// + /// + /// A that represents the password for the username + /// associated with the credentials. + /// /// - /// A that represents the name of the user domain associated with + /// A that represents the domain associated with /// the credentials. /// /// - /// An array of that contains the role names to which - /// the user associated with the credentials belongs if any. + /// An array of that represents the roles + /// associated with the credentials if any. /// /// /// is .