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.