From 0f25f3cef2ebbbaec4913cf20adcb70a55f581f7 Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 30 Apr 2017 15:38:27 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/NetworkCredential.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/websocket-sharp/Net/NetworkCredential.cs b/websocket-sharp/Net/NetworkCredential.cs index 4881f59d..73bd0b30 100644 --- a/websocket-sharp/Net/NetworkCredential.cs +++ b/websocket-sharp/Net/NetworkCredential.cs @@ -170,6 +170,10 @@ namespace WebSocketSharp.Net /// /// Gets the roles associated with the credentials. /// + /// + /// This property returns an empty array if the roles were + /// initialized with . + /// /// /// An array of that represents the role names /// to which the username belongs.