CookieHandler.MatchCookiePath(Uri, Uri) Method

Definition

If the target domain is within the cookie domain and the target path is within the cookie path, match the casing of the cookie path portion.

C#
public virtual string MatchCookiePath(Uri baseUri, Uri targetUri);

Parameters

baseUri
Uri

The base URL of the request.

targetUri
Uri

The URL to match.

Returns

Returns String.

Applies to

Product Versions
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1