GetCookieHeader()
Contents
[
Hide
]CookieContainer::GetCookieHeader(System::SharedPtr<Uri>) method
Return an HTTP header that contains cookies associated with the specified URI.
String System::Net::CookieContainer::GetCookieHeader(System::SharedPtr<Uri> uri)
Arguments
Parameter | Type | Description |
---|---|---|
uri | System::SharedPtr<Uri> | An URI for which header name will be built. |
Return Value
An HTTP header that contains cookies associated with the specified URI.
CookieContainer::GetCookieHeader(System::SharedPtr<Uri>, String&) method
Return an HTTP header that contains cookies associated with the specified URI.
String System::Net::CookieContainer::GetCookieHeader(System::SharedPtr<Uri> uri, String &optCookie2)
Arguments
Parameter | Type | Description |
---|---|---|
uri | System::SharedPtr<Uri> | An URI for which header name will be built. |
optCookie2 | String& | The output parameter where a cookie with the maximum supported version will be assigned. |
Return Value
An HTTP header that contains cookies associated with the specified URI.
See Also
- Typedef SharedPtr
- Class String
- Class Uri
- Class CookieContainer
- Namespace System::Net
- Library Aspose.Slides