feat(IAuthClient): IsConnected, ConnectionError und ConnectionError Eigenschaften hinzugefügt.
- Umwandlung der Eigenschaft IsConnectionFailed in eine Erweiterungsmethode.
This commit is contained in:
@@ -47,8 +47,6 @@ public class AuthClient : IAuthClient
|
||||
|
||||
public Exception? ConnectionError { get; private set; }
|
||||
|
||||
public bool IsConnectionFailed => ConnectionError is not null;
|
||||
|
||||
public async Task StartAsync() => await _lazyInitiator.Value;
|
||||
|
||||
public async Task<bool> TryStartAsync()
|
||||
|
||||
Reference in New Issue
Block a user