Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 448 Bytes

File metadata and controls

19 lines (13 loc) · 448 Bytes

UriCookie constructor

Initializes a new instance of the UriCookieHeader class.

public UriCookie(Uri uri, Cookie cookie)
parameter description
uri The URI.
cookie The cookie.

See Also