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 헤더입니다.

또 보기