-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[RTM] Automatic port of System.Net.Http.SocketsHttpHandler #4966
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
Conversation
xml/System.Net.Http/SocketsHttpPlaintextStreamFilterContext.xml
Outdated
Show resolved
Hide resolved
xml/System.Net.Http/SocketsHttpPlaintextStreamFilterContext.xml
Outdated
Show resolved
Hide resolved
xml/System.Net.Http/SocketsHttpPlaintextStreamFilterContext.xml
Outdated
Show resolved
Hide resolved
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
<summary>To be added.</summary> | ||
<value>To be added.</value> | ||
<summary>The initial HttpRequestMessage that is causing the connection to be created.</summary> | ||
<value>An HttpRequestMessage instance causing the connection to be created.</value> | ||
<remarks>To be added.</remarks> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are the remarks empty?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There were no remarks in triple slash to port, and the default string for empty remarks is To be added.
xml/System.Net.Http/SocketsHttpPlaintextStreamFilterContext.xml
Outdated
Show resolved
Hide resolved
xml/System.Net.Http/SocketsHttpPlaintextStreamFilterContext.xml
Outdated
Show resolved
Hide resolved
xml/System.Net.Http/SocketsHttpPlaintextStreamFilterContext.xml
Outdated
Show resolved
Hide resolved
xml/System.Net.Http/SocketsHttpPlaintextStreamFilterContext.xml
Outdated
Show resolved
Hide resolved
xml/System.Net.Http/SocketsHttpPlaintextStreamFilterContext.xml
Outdated
Show resolved
Hide resolved
xml/System.Net.Http/SocketsHttpPlaintextStreamFilterContext.xml
Outdated
Show resolved
Hide resolved
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Docs Build status updates of commit e0a4193: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
Thanks @carlossanlop -- looks good to me. |
These are the last APIs for 5.0, introduced in RC2: dotnet/runtime#42563
@geoffkizer @aik-jahoda @scalablecory @gewarren @safern