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 encodes response header values.</summary>
418
+
<value>The header encoding selector callback to decode the value for the specified response header name, or <seelangword="null"/> indicating the default behavior.</value>
Copy file name to clipboardExpand all lines: xml/System.Net.Http/SocketsHttpHandler.xml
+39-15Lines changed: 39 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -350,8 +350,9 @@ The default proxy is used only when <xref:System.Net.Http.SocketsHttpHandler.Use
350
350
<ReturnType>System.Boolean</ReturnType>
351
351
</ReturnValue>
352
352
<Docs>
353
-
<summary>To be added.</summary>
354
-
<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>
355
356
<remarks>To be added.</remarks>
356
357
</Docs>
357
358
</Member>
@@ -371,9 +372,16 @@ The default proxy is used only when <xref:System.Net.Http.SocketsHttpHandler.Use
371
372
<ReturnType>System.TimeSpan</ReturnType>
372
373
</ReturnValue>
373
374
<Docs>
374
-
<summary>To be added.</summary>
375
-
<value>To be added.</value>
376
-
<remarks>To be added.</remarks>
375
+
<summary>Gets or sets the keep alive ping delay. 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 <seecref="System.Net.Http.SocketsHttpHandler.KeepAlivePingTimeout"/> to close broken connections.</summary>
376
+
<value>The keep alive ping delay. Defaults to <seecref="Timeout.InfiniteTimeSpan"/>.</value>
377
+
<remarks>
378
+
<formattype="text/markdown"><![CDATA[
379
+
380
+
## Remarks
381
+
382
+
Delay value must be greater than or equal to 1 second. Set to <xref:"T:System.Threading.Timeout.InfiniteTimeSpan"/> to disable the keep alive ping.
383
+
384
+
]]></format></remarks>
377
385
</Docs>
378
386
</Member>
379
387
<MemberMemberName="KeepAlivePingPolicy">
@@ -392,9 +400,16 @@ The default proxy is used only when <xref:System.Net.Http.SocketsHttpHandler.Use
<summary>Gets or sets the keep alive ping behaviour.</summary>
404
+
<value>The keep alive ping behaviour.</value>
405
+
<remarks>
406
+
<formattype="text/markdown"><![CDATA[
407
+
408
+
## Remarks
409
+
Keep alive pings are sent when a period of inactivity exceeds the configured <xref:"P:System.Net.Http.SocketsHttpHandler.KeepAlivePingDelay%2A"/> value.
410
+
411
+
]]></format>
412
+
</remarks>
398
413
</Docs>
399
414
</Member>
400
415
<MemberMemberName="KeepAlivePingTimeout">
@@ -413,9 +428,18 @@ The default proxy is used only when <xref:System.Net.Http.SocketsHttpHandler.Use
413
428
<ReturnType>System.TimeSpan</ReturnType>
414
429
</ReturnValue>
415
430
<Docs>
416
-
<summary>To be added.</summary>
417
-
<value>To be added.</value>
418
-
<remarks>To be added.</remarks>
431
+
<summary>Gets or sets the keep alive ping timeout.</summary>
432
+
<value>The keep alive ping timeout. Defaults to 20 seconds.</value>
433
+
<remarks>
434
+
<formattype="text/markdown"><![CDATA[
435
+
436
+
## Remarks
437
+
Keep alive pings are sent when a period of inactivity exceeds the configured <xref:"P:System.Net.Http.SocketsHttpHandler.KeepAlivePingDelay%2A"/> value. The client will close the connection if it doesn't receive any frames within the timeout.
438
+
439
+
Timeout must be greater than or equal to 1 second. Set to <xref:"T:System.Threading.Timeout.InfiniteTimeSpan"/> to disable the keep alive ping timeout.
440
+
441
+
]]></format>
442
+
</remarks>
419
443
</Docs>
420
444
</Member>
421
445
<MemberMemberName="MaxAutomaticRedirections">
@@ -666,8 +690,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 encodes request headers values.</summary>
694
+
<value>The header encoding selector callback to decode the value for the specified response header name, or <seelangword="null"/> indicating the default behavior.</value>
671
695
<remarks>To be added.</remarks>
672
696
</Docs>
673
697
</Member>
@@ -716,8 +740,8 @@ Draining occurs when a request is cancelled or a response is disposed prior to f
<summary>Gets or sets a callback that encodes response headers values.</summary>
744
+
<value>The header encoding selector callback to decode the value for the specified response header name, or <seelangword="null"/> indicating the default behavior.</value>
0 commit comments