Skip to content

Commit 043b78b

Browse files
committed
Simplify names in crefs.
1 parent 13bef36 commit 043b78b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Renci.SshNet/ForwardedPort.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ protected virtual void Dispose(bool disposing)
122122
protected abstract void CheckDisposed();
123123

124124
/// <summary>
125-
/// Raises <see cref="Renci.SshNet.ForwardedPort.Exception"/> event.
125+
/// Raises <see cref="Exception"/> event.
126126
/// </summary>
127127
/// <param name="exception">The exception.</param>
128128
protected void RaiseExceptionEvent(Exception exception)
@@ -135,7 +135,7 @@ protected void RaiseExceptionEvent(Exception exception)
135135
}
136136

137137
/// <summary>
138-
/// Raises <see cref="Renci.SshNet.ForwardedPort.RequestReceived"/> event.
138+
/// Raises <see cref="RequestReceived"/> event.
139139
/// </summary>
140140
/// <param name="host">Request originator host.</param>
141141
/// <param name="port">Request originator port.</param>

0 commit comments

Comments
 (0)