Skip to content

Commit cec378b

Browse files
committed
fix comment
1 parent 9a62b22 commit cec378b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

PusherClient/HttpUserAuthenticator.cs

-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ public HttpUserAuthenticator(string authEndpoint)
3737
/// Perform the authentication of a user.
3838
/// </summary>
3939
/// <param name="socketId">The socket ID to use.</param>
40-
/// <exception cref="ArgumentNullException">If <paramref name="channelName"/> is <c>null</c> or whitespace.</exception>
4140
/// <exception cref="UserAuthenticationFailureException">If authentication fails or if an HTTP call to the authentication URL fails; that is, the HTTP status code is outside of the range 200-299.</exception>
4241
/// <returns>The response received from the authentication endpoint.</returns>
4342
public string Authenticate(string socketId)
@@ -59,7 +58,6 @@ public string Authenticate(string socketId)
5958
/// Perform the authentication of a user.
6059
/// </summary>
6160
/// <param name="socketId">The socket ID to use.</param>
62-
/// <exception cref="ArgumentNullException">If <paramref name="channelName"/> is <c>null</c> or whitespace.</exception>
6361
/// <exception cref="UserAuthenticationFailureException">If authentication fails or if an HTTP call to the authentication URL fails; that is, the HTTP status code is outside of the range 200-299.</exception>
6462
/// <returns>The response received from the authentication endpoint.</returns>
6563
public async Task<string> AuthenticateAsync(string socketId)

0 commit comments

Comments
 (0)