-
Notifications
You must be signed in to change notification settings - Fork 1.6k
NegotiateStream - update documentation #4335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
7c011ca
f8c7642
5526d18
31398d5
dcd500b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3073,10 +3073,24 @@ Authentication has not occurred.</exception> | |
| <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" Index="0" FrameworkAlternate="net-5.0;netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netcore-3.1;netstandard-2.1" /> | ||
| </Parameters> | ||
| <Docs> | ||
| <param name="cancellationToken">To be added.</param> | ||
| <summary>To be added.</summary> | ||
| <returns>To be added.</returns> | ||
| <remarks>To be added.</remarks> | ||
| <param name="cancellationToken">The token to monitor for cancellation requests.</param> | ||
| <summary>Causes any buffered data to be asynchronously written to the underlying device.</summary> | ||
| <returns>A task that represents the asynchronous flush operation.</returns> | ||
| <remarks> | ||
| <format type="text/markdown"><] | ||
|
||
|
|
||
| ]]></format> | ||
| </remarks> | ||
| </Docs> | ||
| </Member> | ||
| <Member MemberName="ImpersonationLevel"> | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.