You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Explicitly abort one direction of a connection stream.
7
+
/// Supports aborting one side of a connection stream.
8
8
/// </summary>
9
9
publicinterfaceIStreamAbortFeature
10
10
{
11
11
/// <summary>
12
-
/// Abort reading from the connection stream.
12
+
/// Abort the read side of the connection stream.
13
13
/// </summary>
14
-
/// <param name="abortReason">An optional <see cref="ConnectionAbortedException"/> describing the reason to abort reading from the connection stream.</param>
14
+
/// <param name="abortReason">An optional <see cref="ConnectionAbortedException"/> describing the reason to abort the read side of the connection stream.</param>
/// Abort the write side of the connection stream.
19
19
/// </summary>
20
-
/// <param name="abortReason">An optional <see cref="ConnectionAbortedException"/> describing the reason to abort writing to the connection stream.</param>
20
+
/// <param name="abortReason">An optional <see cref="ConnectionAbortedException"/> describing the reason to abort the write side of the connection stream.</param>
0 commit comments