You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: WebUntisAPI.Client/WebUntisClient.cs
+10-5Lines changed: 10 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ public WebUntisClient(string clientName, int timeout = 500)
89
89
/// <param name="password">Password of the user to login</param>
90
90
/// <param name="ct">Cancelationtoken</param>
91
91
/// <param name="id">Identifier for the request</param>
92
-
/// <returns><see langword="true"/> when the login was successfull</returns>
92
+
/// <returns><see langword="true"/> when the login was successfull. <see langword="false"/> when the <paramref name="username"/> or <paramref name="password"/> was invalid</returns>
93
93
/// <exception cref="ArgumentException">The server name is invalid</exception>
94
94
/// <exception cref="HttpRequestException">There was an error while the request</exception>
95
95
/// <exception cref="WebUntisException">The WebUntis server returned an error</exception>
/// <param name="password">Password of the user to login</param>
106
106
/// <param name="ct">Cancelationtoken</param>
107
107
/// <param name="id">Identifier for the request</param>
108
-
/// <returns><see langword="true"/> when the login was successfull</returns>
108
+
/// <returns><see langword="true"/> when the login was successfull. <see langword="false"/> when the <paramref name="username"/> or <paramref name="password"/> was invalid</returns>
109
109
/// <exception cref="ArgumentException">The server name is invalid</exception>
110
110
/// <exception cref="HttpRequestException">There was an error while the request</exception>
111
111
/// <exception cref="WebUntisException">The WebUntis server returned an error</exception>
0 commit comments