Browse Source

[Modify] Edit it

pull/298/merge
sta 8 months ago
parent
commit
be6ad77cc8
  1. 6
      websocket-sharp/Net/NetworkCredential.cs

6
websocket-sharp/Net/NetworkCredential.cs

@ -68,12 +68,12 @@ namespace WebSocketSharp.Net
/// A <see cref="string"/> that specifies the password for the username
/// associated with the credentials.
/// </param>
/// <exception cref="ArgumentNullException">
/// <paramref name="username"/> is <see langword="null"/>.
/// </exception>
/// <exception cref="ArgumentException">
/// <paramref name="username"/> is an empty string.
/// </exception>
/// <exception cref="ArgumentNullException">
/// <paramref name="username"/> is <see langword="null"/>.
/// </exception>
public NetworkCredential (string username, string password)
: this (username, password, null, null)
{

Loading…
Cancel
Save