System::Net::CookieContainer::InternalGetCookies method
CookieContainer::InternalGetCookies method
Returns a collection of cookies that are associated with the specified URI.
System::SharedPtr<CookieCollection> System::Net::CookieContainer::InternalGetCookies(System::SharedPtr<Uri> uri)
Parameter | Type | Description |
---|---|---|
uri | System::SharedPtr<Uri> | An URI for which cookies will be searched. |
ReturnValue
A collection of cookies that are associated with the specified URI.
See Also
- Typedef SharedPtr
- Class CookieCollection
- Class Uri
- Class CookieContainer
- Namespace System::Net
- Library Aspose.PUB for C++