System::Net::CookieContainer::SetCookies method
CookieContainer::SetCookies method
Copies cookies from the specified header to the collection and associates them with the specified URI.
void System::Net::CookieContainer::SetCookies(System::SharedPtr<Uri> uri, String cookieHeader)
Parameter | Type | Description |
---|---|---|
uri | System::SharedPtr<Uri> | The URI. |
cookieHeader | String | The header that contains cookies. |
See Also
- Typedef SharedPtr
- Class Uri
- Class String
- Class CookieContainer
- Namespace System::Net
- Library Aspose.PUB for C++