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
<summary>Gets or sets a callback that decode response header values.</summary>
418
+
<value>The header encoding selector callback to decode the value for the specified response header name, or <seelangword="null"/> to indicate the default behavior.</value>
Copy file name to clipboardExpand all lines: xml/System.Net.Http/SocketsHttpHandler.xml
+44-17Lines changed: 44 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -298,8 +298,9 @@ The default proxy is used only when <xref:System.Net.Http.SocketsHttpHandler.Use
298
298
<ReturnType>System.Boolean</ReturnType>
299
299
</ReturnValue>
300
300
<Docs>
301
-
<summary>To be added.</summary>
302
-
<value>To be added.</value>
301
+
<summary>Gets or sets a value that indicates whether additional HTTP/2 connections can be established to the same server when the maximum number of concurrent streams is reached on all existing connections.</summary>
302
+
<value>
303
+
<seelangword="true" /> if additional HTTP/2 connections are allowed to be created; otherwise, <seelangword="false" />.</value>
303
304
<remarks>To be added.</remarks>
304
305
</Docs>
305
306
</Member>
@@ -349,8 +350,9 @@ The default proxy is used only when <xref:System.Net.Http.SocketsHttpHandler.Use
349
350
<ReturnType>System.Boolean</ReturnType>
350
351
</ReturnValue>
351
352
<Docs>
352
-
<summary>To be added.</summary>
353
-
<value>To be added.</value>
353
+
<summary>Gets a value that indicates whether the handler is supported on the current platform.</summary>
354
+
<value>
355
+
<seelangword="true" /> if the handler is supported; otherwise, <seelangword="false" />.</value>
354
356
<remarks>To be added.</remarks>
355
357
</Docs>
356
358
</Member>
@@ -370,9 +372,18 @@ The default proxy is used only when <xref:System.Net.Http.SocketsHttpHandler.Use
370
372
<ReturnType>System.TimeSpan</ReturnType>
371
373
</ReturnValue>
372
374
<Docs>
373
-
<summary>To be added.</summary>
374
-
<value>To be added.</value>
375
-
<remarks>To be added.</remarks>
375
+
<summary>Gets or sets the keep alive ping delay.</summary>
376
+
<value>The keep alive ping delay. Defaults to <seecref="F:System.Threading.Timeout.InfiniteTimeSpan" />.</value>
377
+
<remarks>
378
+
<formattype="text/markdown"><![CDATA[
379
+
380
+
## Remarks
381
+
382
+
The client will send a keep alive ping to the server if it doesn't receive any frames on a connection for this period of time. This property is used together with <xref:"P:System.Net.Http.SocketsHttpHandler.KeepAlivePingTimeout%2A" /> to check whether the connection is broken.
383
+
384
+
Delay value must be greater than or equal to 1 second. Set to <xref:System.Threading.Timeout.InfiniteTimeSpan> to disable the keep alive ping.
385
+
386
+
]]></format></remarks>
376
387
</Docs>
377
388
</Member>
378
389
<MemberMemberName="KeepAlivePingPolicy">
@@ -391,9 +402,16 @@ The default proxy is used only when <xref:System.Net.Http.SocketsHttpHandler.Use
<summary>Gets or sets the keep alive ping behaviour.</summary>
406
+
<value>The keep alive ping behaviour.</value>
407
+
<remarks>
408
+
<formattype="text/markdown"><![CDATA[
409
+
410
+
## Remarks
411
+
Keep alive pings are sent when a period of inactivity exceeds the configured <xref:System.Net.Http.SocketsHttpHandler.KeepAlivePingDelay> value.
412
+
413
+
]]></format>
414
+
</remarks>
397
415
</Docs>
398
416
</Member>
399
417
<MemberMemberName="KeepAlivePingTimeout">
@@ -412,9 +430,18 @@ The default proxy is used only when <xref:System.Net.Http.SocketsHttpHandler.Use
412
430
<ReturnType>System.TimeSpan</ReturnType>
413
431
</ReturnValue>
414
432
<Docs>
415
-
<summary>To be added.</summary>
416
-
<value>To be added.</value>
417
-
<remarks>To be added.</remarks>
433
+
<summary>Gets or sets the keep alive ping timeout.</summary>
434
+
<value>The keep alive ping timeout. Defaults to 20 seconds.</value>
435
+
<remarks>
436
+
<formattype="text/markdown"><![CDATA[
437
+
438
+
## Remarks
439
+
Keep alive pings are sent when a period of inactivity exceeds the configured <xref:System.Net.Http.SocketsHttpHandler.KeepAlivePingDelay> value. The client will close the connection if it doesn't receive any frames within the timeout.
440
+
441
+
Timeout must be greater than or equal to 1 second. Set to <xref:System.Threading.Timeout.InfiniteTimeSpan> to disable the keep alive ping timeout.
442
+
443
+
]]></format>
444
+
</remarks>
418
445
</Docs>
419
446
</Member>
420
447
<MemberMemberName="MaxAutomaticRedirections">
@@ -665,8 +692,8 @@ For example, if the value is 64, then 65,536 bytes are allowed for the maximum r
<summary>Gets or sets a callback that decodes request headers values.</summary>
696
+
<value>The header encoding selector callback to decode the value for the specified response header name, or <seelangword="null"/> to indicate the default behavior.</value>
670
697
<remarks>To be added.</remarks>
671
698
</Docs>
672
699
</Member>
@@ -715,8 +742,8 @@ Draining occurs when a request is cancelled or a response is disposed prior to f
<summary>Gets or sets a callback that decodes response headers values.</summary>
746
+
<value>The header encoding selector callback to decode the value for the specified response header name, or <seelangword="null"/> to indicate the default behavior.</value>
0 commit comments