System::Net::CookieCollection::idx_get 메서드
CookieCollection::idx_get(int32_t) method
지정된 인덱스에 있는 쿠키 컬렉션에서 쿠키를 반환합니다.
System::SharedPtr<Cookie> System::Net::CookieCollection::idx_get(int32_t index)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| index | int32_t | 반환해야 할 쿠키의 인덱스. |
ReturnValue
지정된 인덱스에 있는 쿠키.
또 보기
- Typedef SharedPtr
- Class Cookie
- Class CookieCollection
- Namespace System::Net
- Library Aspose.Page for C++
CookieCollection::idx_get(String) method
지정된 이름으로 쿠키 컬렉션에서 쿠키를 반환합니다.
System::SharedPtr<Cookie> System::Net::CookieCollection::idx_get(String name)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| name | String | 반환해야 할 쿠키의 이름. |
ReturnValue
지정된 이름으로 쿠키 컬렉션에서 찾은 쿠키를 반환하고, 찾지 못하면 nullptr를 반환합니다.
또 보기
- Typedef SharedPtr
- Class Cookie
- Class String
- Class CookieCollection
- Namespace System::Net
- Library Aspose.Page for C++