System::Net::CookieContainer::GetCookieHeader method

CookieContainer::GetCookieHeader(System::SharedPtr<Uri>) method

指定された URI に関連付けられたクッキーを含む HTTP ヘッダーを返します。

String System::Net::CookieContainer::GetCookieHeader(System::SharedPtr<Uri> uri)
パラメーター説明
uriSystem::SharedPtr<Uri>ヘッダー名が作成される URI。

ReturnValue

指定された URI に関連付けられたクッキーを含む HTTP ヘッダーです。

参照

CookieContainer::GetCookieHeader(System::SharedPtr<Uri>, String&) method

指定された URI に関連付けられたクッキーを含む HTTP ヘッダーを返します。

String System::Net::CookieContainer::GetCookieHeader(System::SharedPtr<Uri> uri, String &optCookie2)
パラメーター説明
uriSystem::SharedPtr<Uri>ヘッダー名が作成される URI。
optCookie2String&最大サポートバージョンのクッキーが割り当てられる出力パラメーターです。

ReturnValue

指定された URI に関連付けられたクッキーを含む HTTP ヘッダーです。

参照