Skip to content

Commit 82db14c

Browse files
ManickaPgewarren
andauthored
Update xml/System.Net.Http/WinHttpHandler.xml
Co-authored-by: Genevieve Warren <[email protected]>
1 parent 4deec0a commit 82db14c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

xml/System.Net.Http/WinHttpHandler.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,8 @@ When this property is set to `true`, all HTTP redirect responses from the server
750750
The delegate's `sslPolicyErrors` argument contains any certificate errors returned by SSPI while authenticating the server. The <xref:System.Boolean> value returned by this delegate determines whether the authentication is allowed to succeed.
751751
752752
## Examples
753-
The following code example implements the callback. If there are validation errors, this method displays them and returns `false`, which prevents communication with the unauthenticated server.
753+
754+
The following code example implements the callback. If there are validation errors, this method displays them and returns `false`, which prevents communication with the unauthenticated server.
754755
755756
:::code language="csharp" source="~/snippets/csharp/System.Net.Http/WinHttpHandler/program.cs" id="Snippet1":::
756757
]]></format>

0 commit comments

Comments
 (0)