diff --git a/xml/System.Net.Http/SocketsHttpConnectionContext.xml b/xml/System.Net.Http/SocketsHttpConnectionContext.xml index 7b7a0694d2e..1460df1babc 100644 --- a/xml/System.Net.Http/SocketsHttpConnectionContext.xml +++ b/xml/System.Net.Http/SocketsHttpConnectionContext.xml @@ -14,7 +14,7 @@ - To be added. + Represents the context passed to the for a instance. . To be added. @@ -34,7 +34,7 @@ System.Net.DnsEndPoint - To be added. + Gets the DNS endpoint to be used by the to establish the connection. To be added. To be added. @@ -55,7 +55,7 @@ System.Net.Http.HttpRequestMessage - To be added. + Gets the initial request message that is causing the connection to be created. To be added. To be added. diff --git a/xml/System.Net.Http/SocketsHttpHandler.xml b/xml/System.Net.Http/SocketsHttpHandler.xml index e9e0700fdd4..82cd33260c2 100644 --- a/xml/System.Net.Http/SocketsHttpHandler.xml +++ b/xml/System.Net.Http/SocketsHttpHandler.xml @@ -152,8 +152,8 @@ If this change is undesirable, you can configure your application to use the old System.Func<System.Net.Http.SocketsHttpConnectionContext,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask<System.IO.Stream>> - To be added. - To be added. + Gets or sets a custom callback used to open new connections. + A callback method to create a stream. To be added.