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
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,9 @@ 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
+
/// <remarks>
89
+
/// Information about the user you logged in with is automatically requested
90
+
/// </remarks>
88
91
/// <param name="school">The school to login (Use only returned instances from <see cref="SchoolSearch.SearchAsync(string, string, CancellationToken)"/>)</param>
89
92
/// <param name="username">Name of the user to login</param>
90
93
/// <param name="password">Password of the user to login</param>
0 commit comments