From 3a759e12ea833d77710dead4abbc583a30901de3 Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 30 Apr 2017 15:12:09 +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 17469295..7386ab04 100644 --- a/websocket-sharp/Net/NetworkCredential.cs +++ b/websocket-sharp/Net/NetworkCredential.cs @@ -129,6 +129,10 @@ namespace WebSocketSharp.Net /// /// Gets the domain associated with the credentials. /// + /// + /// This property returns an empty string if the domain was + /// initialized with . + /// /// /// A that represents the domain name /// to which the username belongs.