We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6698ea1 commit 77d618dCopy full SHA for 77d618d
src/LibStored.Net/Protocol/Protocol.cs
@@ -63,11 +63,6 @@ public ProtocolLayer() { }
63
/// </summary>
64
public virtual void Reset() => _down?.Reset();
65
66
- /// <summary>
67
- /// Notifies the layer that a connection has been established.
68
- /// </summary>
69
- public virtual void Connected() => _up?.Connected();
70
-
71
/// <summary>
72
/// Wraps this layer around the specified upper layer, chaining the protocol stack.
73
0 commit comments