File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ protected virtual void Dispose(bool disposing)
122
122
protected abstract void CheckDisposed ( ) ;
123
123
124
124
/// <summary>
125
- /// Raises <see cref="Renci.SshNet.ForwardedPort. Exception"/> event.
125
+ /// Raises <see cref="Exception"/> event.
126
126
/// </summary>
127
127
/// <param name="exception">The exception.</param>
128
128
protected void RaiseExceptionEvent ( Exception exception )
@@ -135,7 +135,7 @@ protected void RaiseExceptionEvent(Exception exception)
135
135
}
136
136
137
137
/// <summary>
138
- /// Raises <see cref="Renci.SshNet.ForwardedPort. RequestReceived"/> event.
138
+ /// Raises <see cref="RequestReceived"/> event.
139
139
/// </summary>
140
140
/// <param name="host">Request originator host.</param>
141
141
/// <param name="port">Request originator port.</param>
You can’t perform that action at this time.
0 commit comments