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
Handles messages based on the WinHTTP interface of Windows. This class is intended for use in server environments.</summary>
38
38
<remarks>
39
-
<formattype="text/markdown"><.
@@ -98,11 +98,11 @@ Starting in .NET 5, <xref:System.Net.Http.WinHttpHandler> is no longer included
98
98
<summary>Gets or sets the type of decompression method used by the handler for automatic decompression of the HTTP content response.</summary>
99
99
<value>To be added.</value>
100
100
<remarks>
101
-
<formattype="text/markdown"><![CDATA[
102
-
103
-
## Remarks
104
-
The default value for this property is `GZip | Deflate`.
105
-
101
+
<formattype="text/markdown"><![CDATA[
102
+
103
+
## Remarks
104
+
The default value for this property is `None`.
105
+
106
106
]]></format>
107
107
</remarks>
108
108
</Docs>
@@ -130,12 +130,12 @@ Starting in .NET 5, <xref:System.Net.Http.WinHttpHandler> is no longer included
130
130
<value>
131
131
<seelangword="true" /> to follow HTTP redirection responses; otherwise, <seelangword="false" />. The default is <seelangword="true" />.</value>
132
132
<remarks>
133
-
<formattype="text/markdown"><![CDATA[
134
-
133
+
<formattype="text/markdown"><![CDATA[
134
+
135
135
## Remarks
136
136
137
-
When this property is set to `true`, all HTTP redirect responses from the server will be followed automatically except if they are redirecting from an HTTPS endpoint to an HTTP endpoint.
138
-
137
+
When this property is set to `true`, all HTTP redirect responses from the server will be followed automatically except if they are redirecting from an HTTPS endpoint to an HTTP endpoint.
138
+
139
139
]]></format>
140
140
</remarks>
141
141
</Docs>
@@ -187,11 +187,11 @@ When this property is set to `true`, all HTTP redirect responses from the server
187
187
<summary>Gets or sets a value that indicates if the certificate is automatically picked from the certificate store or if the caller is allowed to pass in a specific client certificate.</summary>
188
188
<value>To be added.</value>
189
189
<remarks>
190
-
<formattype="text/markdown"><![CDATA[
191
-
192
-
## Remarks
193
-
The default value for this property is <xref:System.Net.Http.ClientCertificateOption.Manual?displayProperty=nameWithType>.
194
-
190
+
<formattype="text/markdown"><![CDATA[
191
+
192
+
## Remarks
193
+
The default value for this property is <xref:System.Net.Http.ClientCertificateOption.Manual?displayProperty=nameWithType>.
194
+
195
195
]]></format>
196
196
</remarks>
197
197
</Docs>
@@ -224,11 +224,11 @@ When this property is set to `true`, all HTTP redirect responses from the server
224
224
<summary>Gets a collection of client authentication SSL certificates that are used for client authentication by the handler if the <seecref="P:System.Net.Http.WinHttpHandler.ClientCertificateOption" /> property is set to <seelangword="Manual" />.</summary>
225
225
<value>To be added.</value>
226
226
<remarks>
227
-
<formattype="text/markdown"><![CDATA[
228
-
229
-
## Remarks
230
-
The default value for this property is an empty collection.
231
-
227
+
<formattype="text/markdown"><![CDATA[
228
+
229
+
## Remarks
230
+
The default value for this property is an empty collection.
231
+
232
232
]]></format>
233
233
</remarks>
234
234
</Docs>
@@ -256,11 +256,11 @@ When this property is set to `true`, all HTTP redirect responses from the server
256
256
<summary>Gets or sets the managed cookie container object. This property is only used when the <seecref="P:System.Net.Http.WinHttpHandler.CookieUsePolicy" /> property is set to UseSpecifiedCookieContainer. Otherwise, the <seecref="M:System.Net.Http.WinHttpHandler.SendAsync(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken)" /> method will throw an exception.</summary>
257
257
<value>To be added.</value>
258
258
<remarks>
259
-
<formattype="text/markdown"><![CDATA[
260
-
261
-
## Remarks
262
-
The default value for this property is `null`.
263
-
259
+
<formattype="text/markdown"><![CDATA[
260
+
261
+
## Remarks
262
+
The default value for this property is `null`.
263
+
264
264
]]></format>
265
265
</remarks>
266
266
</Docs>
@@ -287,11 +287,11 @@ When this property is set to `true`, all HTTP redirect responses from the server
287
287
<summary>Gets or sets a value that indicates how cookies should be managed and used. Developers can choose to ignore cookies, allow the handler to automatically manage them or manually handle them using a <seecref="T:System.Net.CookieContainer" /> object.</summary>
288
288
<value>To be added.</value>
289
289
<remarks>
290
-
<formattype="text/markdown"><![CDATA[
291
-
292
-
## Remarks
293
-
The default for this property is <xref:System.Net.Http.CookieUsePolicy.UseInternalCookieStoreOnly?displayProperty=nameWithType>. If this value is set to <xref:System.Net.Http.CookieUsePolicy.UseSpecifiedCookieContainer?displayProperty=nameWithType>, then a container object must be initialized and assigned to the <xref:System.Net.Http.WinHttpHandler.CookieContainer%2A> property. Otherwise, an exception will be thrown when trying to send a request.
294
-
290
+
<formattype="text/markdown"><![CDATA[
291
+
292
+
## Remarks
293
+
The default for this property is <xref:System.Net.Http.CookieUsePolicy.UseInternalCookieStoreOnly?displayProperty=nameWithType>. If this value is set to <xref:System.Net.Http.CookieUsePolicy.UseSpecifiedCookieContainer?displayProperty=nameWithType>, then a container object must be initialized and assigned to the <xref:System.Net.Http.WinHttpHandler.CookieContainer%2A> property. Otherwise, an exception will be thrown when trying to send a request.
294
+
295
295
]]></format>
296
296
</remarks>
297
297
</Docs>
@@ -319,11 +319,11 @@ When this property is set to `true`, all HTTP redirect responses from the server
319
319
<summary>Gets or sets the credentials used to authenticate the user to an authenticating proxy.</summary>
320
320
<value>To be added.</value>
321
321
<remarks>
322
-
<formattype="text/markdown"><![CDATA[
323
-
324
-
## Remarks
325
-
The default value for this property is <xref:System.Net.CredentialCache.DefaultCredentials?displayProperty=nameWithType>.
326
-
322
+
<formattype="text/markdown"><![CDATA[
323
+
324
+
## Remarks
325
+
The default value for this property is <xref:System.Net.CredentialCache.DefaultCredentials?displayProperty=nameWithType>.
326
+
327
327
]]></format>
328
328
</remarks>
329
329
</Docs>
@@ -412,11 +412,11 @@ When this property is set to `true`, all HTTP redirect responses from the server
412
412
<summary>Gets or sets the maximum number of allowed HTTP redirects.</summary>
413
413
<value>The maximum number of allowed HTTP redirects.</value>
414
414
<remarks>
415
-
<formattype="text/markdown"><![CDATA[
416
-
417
-
## Remarks
418
-
The default value for this property is 50. This value only applies if <xref:System.Net.Http.WinHttpHandler.AutomaticRedirection%2A> is set to `true`.
419
-
415
+
<formattype="text/markdown"><![CDATA[
416
+
417
+
## Remarks
418
+
The default value for this property is 50. This value only applies if <xref:System.Net.Http.WinHttpHandler.AutomaticRedirection%2A> is set to `true`.
419
+
420
420
]]></format>
421
421
</remarks>
422
422
</Docs>
@@ -443,11 +443,11 @@ When this property is set to `true`, all HTTP redirect responses from the server
443
443
<summary>Gets or sets the maximum number of TCP connections allowed to a single server.</summary>
444
444
<value>The maximum number of TCP connections allowed to a single server.</value>
445
445
<remarks>
446
-
<formattype="text/markdown"><![CDATA[
447
-
448
-
## Remarks
449
-
The default value for this property is `int.MaxValue`.
450
-
446
+
<formattype="text/markdown"><![CDATA[
447
+
448
+
## Remarks
449
+
The default value for this property is `int.MaxValue`.
450
+
451
451
]]></format>
452
452
</remarks>
453
453
</Docs>
@@ -474,11 +474,11 @@ When this property is set to `true`, all HTTP redirect responses from the server
474
474
<summary>Gets or sets the maximum amount of data that can be drained from responses in bytes.</summary>
475
475
<value>The maximum amount of data that can be drained from responses in bytes.</value>
476
476
<remarks>
477
-
<formattype="text/markdown"><![CDATA[
478
-
479
-
## Remarks
480
-
The default value for this property is 65536.
481
-
477
+
<formattype="text/markdown"><![CDATA[
478
+
479
+
## Remarks
480
+
The default value for this property is 65536.
481
+
482
482
]]></format>
483
483
</remarks>
484
484
</Docs>
@@ -505,11 +505,11 @@ When this property is set to `true`, all HTTP redirect responses from the server
505
505
<summary>Gets or sets the maximum size of the header portion from the server response in bytes.</summary>
506
506
<value>The maximum size of the header portion from the server response in bytes.</value>
507
507
<remarks>
508
-
<formattype="text/markdown"><![CDATA[
509
-
510
-
## Remarks
511
-
This property protects the client from an unauthorized server attempting to stall the client by sending a response with an infinite amount of header data. The default value for this property is 65536.
512
-
508
+
<formattype="text/markdown"><![CDATA[
509
+
510
+
## Remarks
511
+
This property protects the client from an unauthorized server attempting to stall the client by sending a response with an infinite amount of header data. The default value for this property is 65536.
512
+
513
513
]]></format>
514
514
</remarks>
515
515
</Docs>
@@ -536,11 +536,11 @@ When this property is set to `true`, all HTTP redirect responses from the server
536
536
<summary>Gets or sets a value that indicates whether the handler sends an Authorization header with the request.</summary>
537
537
<value>To be added.</value>
538
538
<remarks>
539
-
<formattype="text/markdown"><![CDATA[
540
-
541
-
## Remarks
542
-
The default value for this property is `false`.
543
-
539
+
<formattype="text/markdown"><![CDATA[
540
+
541
+
## Remarks
542
+
The default value for this property is `false`.
543
+
544
544
]]></format>
545
545
</remarks>
546
546
</Docs>
@@ -598,11 +598,11 @@ When this property is set to `true`, all HTTP redirect responses from the server
598
598
<summary>Gets or sets the custom proxy when the <seecref="P:System.Net.Http.WinHttpHandler.WindowsProxyUsePolicy" /> property is set to use a custom proxy.</summary>
599
599
<value>To be added.</value>
600
600
<remarks>
601
-
<formattype="text/markdown"><![CDATA[
602
-
603
-
## Remarks
604
-
The default value for this property is `null`.
605
-
601
+
<formattype="text/markdown"><![CDATA[
602
+
603
+
## Remarks
604
+
The default value for this property is `null`.
605
+
606
606
]]></format>
607
607
</remarks>
608
608
</Docs>
@@ -629,11 +629,11 @@ When this property is set to `true`, all HTTP redirect responses from the server
629
629
<summary>Gets or sets the timeout for receiving the data portion of a response from the server.</summary>
630
630
<value>The timeout for receiving the data portion of a response from the server.</value>
631
631
<remarks>
632
-
<formattype="text/markdown"><![CDATA[
633
-
634
-
## Remarks
635
-
The default value for this property is 30 seconds.
636
-
632
+
<formattype="text/markdown"><![CDATA[
633
+
634
+
## Remarks
635
+
The default value for this property is 30 seconds.
636
+
637
637
]]></format>
638
638
</remarks>
639
639
</Docs>
@@ -660,11 +660,11 @@ When this property is set to `true`, all HTTP redirect responses from the server
660
660
<summary>Gets or sets the timeout for receiving the headers of a response from the server.</summary>
661
661
<value>The timeout for receiving the headers of a response from the server.</value>
662
662
<remarks>
663
-
<formattype="text/markdown"><![CDATA[
664
-
665
-
## Remarks
666
-
The default value for this property is 30 seconds.
667
-
663
+
<formattype="text/markdown"><![CDATA[
664
+
665
+
## Remarks
666
+
The default value for this property is 30 seconds.
667
+
668
668
]]></format>
669
669
</remarks>
670
670
</Docs>
@@ -722,11 +722,11 @@ When this property is set to `true`, all HTTP redirect responses from the server
722
722
<summary>Gets or sets the timeout for sending a request.</summary>
723
723
<value>The timeout for sending a request.</value>
724
724
<remarks>
725
-
<formattype="text/markdown"><![CDATA[
726
-
727
-
## Remarks
728
-
The default value for this property is 30 seconds.
729
-
725
+
<formattype="text/markdown"><![CDATA[
726
+
727
+
## Remarks
728
+
The default value for this property is 30 seconds.
729
+
730
730
]]></format>
731
731
</remarks>
732
732
</Docs>
@@ -760,11 +760,11 @@ When this property is set to `true`, all HTTP redirect responses from the server
760
760
<summary>Gets or sets a callback method to validate the server certificate. This callback is part of the SSL handshake.</summary>
761
761
<value>The callback should return <seelangword="true" /> if the server certificate is considered valid and the request should be sent. Otherwise, return <seelangword="false" />.</value>
762
762
<remarks>
763
-
<formattype="text/markdown"><![CDATA[
764
-
765
-
## Remarks
766
-
The default value is `null`. If this property is `null`, the server certificate is validated using standard well-known certificate authorities.
767
-
763
+
<formattype="text/markdown"><![CDATA[
764
+
765
+
## Remarks
766
+
The default value is `null`. If this property is `null`, the server certificate is validated using standard well-known certificate authorities.
767
+
768
768
]]></format>
769
769
</remarks>
770
770
</Docs>
@@ -792,11 +792,11 @@ When this property is set to `true`, all HTTP redirect responses from the server
792
792
<summary>Gets or sets the credentials to be used by the client to authenticate to the server.</summary>
793
793
<value>The credentials to be used by the client to authenticate to the server.</value>
794
794
<remarks>
795
-
<formattype="text/markdown"><![CDATA[
796
-
797
-
## Remarks
798
-
The default value for this property is `null`.
799
-
795
+
<formattype="text/markdown"><![CDATA[
796
+
797
+
## Remarks
798
+
The default value for this property is `null`.
799
+
800
800
]]></format>
801
801
</remarks>
802
802
</Docs>
@@ -823,11 +823,11 @@ When this property is set to `true`, all HTTP redirect responses from the server
823
823
<summary>Gets or sets the collection of TLS/SSL protocols supported by the client.</summary>
824
824
<value>The collection of TLS/SSL protocols supported by the client.</value>
825
825
<remarks>
826
-
<formattype="text/markdown"><![CDATA[
827
-
828
-
## Remarks
826
+
<formattype="text/markdown"><![CDATA[
827
+
828
+
## Remarks
829
829
The default value is `SslProtocols.Tls | SslProtocols.Tls11 | SslProtocols.Tls12`.
830
-
830
+
831
831
]]></format>
832
832
</remarks>
833
833
</Docs>
@@ -950,11 +950,11 @@ Only supported on Windows 10 version 2004 or newer.
950
950
<summary>Gets or sets the proxy setting. This property can be set to disable the proxy, use a custom proxy, or use the proxy settings of WinHTTP or WinInet on the machine.</summary>
951
951
<value>To be added.</value>
952
952
<remarks>
953
-
<formattype="text/markdown"><![CDATA[
954
-
955
-
## Remarks
956
-
The default value of this property is the WinHTTP stack proxy settings.
957
-
953
+
<formattype="text/markdown"><![CDATA[
954
+
955
+
## Remarks
956
+
The default value of this property is the WinHTTP stack proxy settings.
0 commit comments