Clean this up

This commit is contained in:
Jordan Brown
2018-08-13 22:18:36 -04:00
parent cc9683a651
commit 879bb6df73
@@ -18,7 +18,7 @@ namespace Tgstation.Server.Client
/// <param name="password">The password for the <see cref="IServerClient"/></param>
/// <param name="cancellationToken">The <see cref="CancellationToken"/> for the operation</param>
/// <param name="timeout">The <see cref="TimeSpan"/> representing timeout for the connection</param>
/// <returns>A <see cref="Task{TResult}"/> resulting in a new <see cref="IServerClient"/> on success, <see langword="null"/> if <paramref name="host"/> is invalid</returns>
/// <returns>A <see cref="Task{TResult}"/> resulting in a new <see cref="IServerClient"/></returns>
Task<IServerClient> CreateServerClient(Uri host, string username, string password, TimeSpan timeout = default, CancellationToken cancellationToken = default);
/// <summary>