Skip to content

Commit 95e1d33

Browse files
authored
Add missing case for counterexamples (#8923)
1 parent c06ee71 commit 95e1d33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

xml/System.Net/HttpWebRequest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3991,6 +3991,8 @@ The GetHashCode method returns a hash code of the web request. This value can be
39913991
39923992
`http://www.contoso.com/secondpath/`
39933993
3994+
`http://www.contoso.com/firstpath/thirdpath/`
3995+
39943996
If the client request to a specific <xref:System.Uri> is not successfully authenticated, the request uses standard authentication procedures.
39953997
39963998
With the exception of the first request, the <xref:System.Net.WebRequest.PreAuthenticate%2A> property indicates whether to send authentication information with subsequent requests to a <xref:System.Uri> that matches the specific <xref:System.Uri> up to the last forward slash without waiting to be challenged by the server.

0 commit comments

Comments
 (0)