Skip to content

Commit

Permalink
IsLoggedIn is obsolete
Browse files Browse the repository at this point in the history
  • Loading branch information
fubar-coder committed Jan 28, 2019
1 parent 647aeda commit 68f2b1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/FubarDev.FtpServer.Abstractions/FtpConnectionData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public FtpConnectionData(
/// Gets or sets a value indicating whether the user with the <see cref="User"/>.
/// is logged in.
/// </summary>
[Obsolete("User the IFtpLoginStateMachine services to get the current status.")]
public bool IsLoggedIn { get; set; }

/// <summary>
Expand Down

0 comments on commit 68f2b1e

Please sign in to comment.