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 .