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
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ namespace WebUntisAPI.Client
21
21
/// </summary>
22
22
/// <remarks>
23
23
/// <para>
24
-
/// Please use this class in a using declaration. When you dont use it in a using declaration please call <see cref="LogoutAsync(CancellationToken, string)"/> and <see cref="Dispose()"/> when you don't need the connection.
24
+
/// Please use this class in a using declaration. When you dont use it in a using declaration please call <see cref="LogoutAsync(string, CancellationToken)"/> and <see cref="Dispose()"/> when you don't need the connection.
25
25
/// </para>
26
26
/// <para>
27
27
/// Under no circumstances should 10 req. per sec., more than 1800req. per hr (but in no case more than 3600 req. per hr). If the specifications are exceeded, access to WebUntis is permanently blocked by the WebUntis API.
@@ -85,7 +85,7 @@ public WebUntisClient(string clientName, int timeout = 500)
85
85
/// <summary>
86
86
/// Login as a user in a school to get and write data
87
87
/// </summary>
88
-
/// <param name="school">The school to login (Use only returned instances from <see cref="SchoolSearch.SearchAsync(string, CancellationToken, string)"/>)</param>
88
+
/// <param name="school">The school to login (Use only returned instances from <see cref="SchoolSearch.SearchAsync(string, string, CancellationToken)"/>)</param>
89
89
/// <param name="username">Name of the user to login</param>
90
90
/// <param name="password">Password of the user to login</param>
91
91
/// <param name="ct">Cancelationtoken</param>
@@ -94,8 +94,8 @@ public WebUntisClient(string clientName, int timeout = 500)
94
94
/// <exception cref="ArgumentException">The server name is invalid</exception>
95
95
/// <exception cref="HttpRequestException">There was an error while the request</exception>
96
96
/// <exception cref="WebUntisException">The WebUntis server returned an error</exception>
0 commit comments