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
+3-8Lines changed: 3 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -16,12 +16,7 @@ namespace WebUntisAPI.Client
16
16
/// A client that connect to WebUntis server to load data
17
17
/// </summary>
18
18
/// <remarks>
19
-
/// <para>
20
-
/// 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.
21
-
/// </para>
22
-
/// <para>
23
-
/// 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.
24
-
/// </para>
19
+
/// 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 could permanently blocked by the WebUntis API.
25
20
/// </remarks>
26
21
publicpartialclassWebUntisClient:IDisposable
27
22
{
@@ -68,7 +63,7 @@ public partial class WebUntisClient : IDisposable
68
63
/// </summary>
69
64
/// <param name="clientName">Unique identifier for the client app</param>
70
65
/// <param name="timeout">The time in milliseconds until requests will be timeouted</param>
0 commit comments